#BCC8FF

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

Shades of Lavender Blue #BCC8FF

Tints of Lavender Blue #BCC8FF

Color information

#BCC8FF (or 0xBCC8FF) is unknown color: approx Lavender Blue. HEX triplet: BC, C8 and FF. RGB value is (188,200,255). Sum of RGB (Red+Green+Blue) = 188+200+255=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCC8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC8FF is #433700. Grayscale: #CACACA. Windows color (decimal): -4404993 or 16763068. OLE color: 16763068.

HSL color Cylindrical-coordinate representation of color #BCC8FF: hue angle of 229.25º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCC8FF is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB188200255-
CMYK0.260.2200
HSL229.25º100%86.86%-
HSV(B)229.25º26.27%100%-
XYZ59.4459.22102.91-
YUV202.68157.52117.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.24%
GREEN value IS 200 (78.52% from 255) = 31.10%
BLUE value IS 255 (100% from 255) = 39.66%
R=29.24%
G=31.10%
B=39.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882002550.260.2200229.2510086.86
HexBCC8FF1A1600e56457
Octal274310377322600345144127
Binary1011110011001000111111111101010110001110010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC8FF; }

 p { color: rgb(188,200,255); }

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

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

 a { background-color: rgb(188,200,255); }

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

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

 span { border-color: rgb(188,200,255); }

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