#bcc4fc

Color #BCC4FC Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #BCC4FC

Tints of Lavender Blue #BCC4FC

Color information

#BCC4FC (or 0xBCC4FC) is unknown color: approx Lavender Blue. HEX triplet: BC, C4 and FC. RGB value is (188,196,252). Sum of RGB (Red+Green+Blue) = 188+196+252=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 196 (76.95% from 255 or 30.82% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCC4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC4FC is #433B03. Grayscale: #C7C7C7. Windows color (decimal): -4406020 or 16565436. OLE color: 16565436.

HSL color Cylindrical-coordinate representation of color #BCC4FC: hue angle of 232.5º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCC4FC is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188196252-
CMYK0.250.2200.01
HSL232.5º91.43%86.27%-
HSV(B)232.5º25.4%98.82%-
XYZ58.0557.2100.08-
YUV199.99157.35119.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 29.56%
GREEN value IS 196 (76.95% from 255) = 30.82%
BLUE value IS 252 (98.83% from 255) = 39.62%
R=29.56%
G=30.82%
B=39.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881962520.250.2200.01232.591.4386.27
HexBCC4FC191601e85b56
Octal274304374312601350133126
Binary1011110011000100111111001100110110011110100010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcc4fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcc4fc; }

 p { color: rgb(188,196,252); }

 H1.HeaderClassName
 {
   color: #bcc4fc;
 }
 .AnyTagClassName
 {
   color: #bcc4fc;
 }
</style>
background-color css

<style>
 a { background-color: #bcc4fc; }

 a { background-color: rgb(188,196,252); }

 div.DivClassName
 {
   background-color: #bcc4fc;
 }
 .BgClassName
 {
   background-color: #bcc4fc;
 }
</style>
border-color css

<style>
 span { border-color: #bcc4fc; }

 span { border-color: rgb(188,196,252); }

 td.TdClassName
 {
   border-color: #bcc4fc;
 }
 .TagClassName
 {
   border-color: #bcc4fc;
 }
</style>