#BCC0DD

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

Shades of Lavender Grey #BCC0DD

Tints of Lavender Grey #BCC0DD

Color information

#BCC0DD (or 0xBCC0DD) is unknown color: approx Lavender Grey. HEX triplet: BC, C0 and DD. RGB value is (188,192,221). Sum of RGB (Red+Green+Blue) = 188+192+221=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCC0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0DD is #433F22. Grayscale: #C1C1C1. Windows color (decimal): -4407075 or 14532796. OLE color: 14532796.

HSL color Cylindrical-coordinate representation of color #BCC0DD: hue angle of 232.73º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCC0DD is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188192221-
CMYK0.150.1300.13
HSL232.73º32.67%80.2%-
HSV(B)232.73º14.93%86.67%-
XYZ52.6453.6175.98-
YUV194.11143.17123.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 192 (75.39% from 255) = 31.95%
BLUE value IS 221 (86.72% from 255) = 36.77%
R=31.28%
G=31.95%
B=36.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881922210.150.1300.13232.7332.6780.2
HexBCC0DDFD0De92150
Octal274300335171501535141120
Binary1011110011000000110111011111110101101111010011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC0DD; }

 p { color: rgb(188,192,221); }

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

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

 a { background-color: rgb(188,192,221); }

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

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

 span { border-color: rgb(188,192,221); }

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