#BCBEDD

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

Shades of Lavender Grey #BCBEDD

Tints of Lavender Grey #BCBEDD

Color information

#BCBEDD (or 0xBCBEDD) is unknown color: approx Lavender Grey. HEX triplet: BC, BE and DD. RGB value is (188,190,221). Sum of RGB (Red+Green+Blue) = 188+190+221=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCBEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBEDD is #434122. Grayscale: #C0C0C0. Windows color (decimal): -4407587 or 14532284. OLE color: 14532284.

HSL color Cylindrical-coordinate representation of color #BCBEDD: hue angle of 236.36º 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 #BCBEDD is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188190221-
CMYK0.150.1400.13
HSL236.36º32.67%80.2%-
HSV(B)236.36º14.93%86.67%-
XYZ52.252.7475.83-
YUV192.94143.84124.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.39%
GREEN value IS 190 (74.61% from 255) = 31.72%
BLUE value IS 221 (86.72% from 255) = 36.89%
R=31.39%
G=31.72%
B=36.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881902210.150.1400.13236.3632.6780.2
HexBCBEDDFE0Dec2150
Octal274276335171601535441120
Binary1011110010111110110111011111111001101111011001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBEDD; }

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

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

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

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

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

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

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

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