#BCC5FC

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

Shades of Lavender Blue #BCC5FC

Tints of Lavender Blue #BCC5FC

Color information

#BCC5FC (or 0xBCC5FC) is unknown color: approx Lavender Blue. HEX triplet: BC, C5 and FC. RGB value is (188,197,252). Sum of RGB (Red+Green+Blue) = 188+197+252=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCC5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC5FC is #433A03. Grayscale: #C8C8C8. Windows color (decimal): -4405764 or 16565692. OLE color: 16565692.

HSL color Cylindrical-coordinate representation of color #BCC5FC: hue angle of 231.56º 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 #BCC5FC is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188197252-
CMYK0.250.2200.01
HSL231.56º91.43%86.27%-
HSV(B)231.56º25.4%98.82%-
XYZ58.2857.65100.15-
YUV200.58157.02119.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.51%
GREEN value IS 197 (77.34% from 255) = 30.93%
BLUE value IS 252 (98.83% from 255) = 39.56%
R=29.51%
G=30.93%
B=39.56%

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
Decimal1881972520.250.2200.01231.5691.4386.27
HexBCC5FC191601e85b56
Octal274305374312601350133126
Binary1011110011000101111111001100110110011110100010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC5FC; }

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

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

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

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

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

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

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

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