#BCBECD

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

Shades of Lavender Grey #BCBECD

Tints of Lavender Grey #BCBECD

Color information

#BCBECD (or 0xBCBECD) is unknown color: approx Lavender Grey. HEX triplet: BC, BE and CD. RGB value is (188,190,205). Sum of RGB (Red+Green+Blue) = 188+190+205=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCBECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBECD is #434132. Grayscale: #BFBFBF. Windows color (decimal): -4407603 or 13483708. OLE color: 13483708.

HSL color Cylindrical-coordinate representation of color #BCBECD: hue angle of 232.94º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCBECD is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188190205-
CMYK0.080.0700.20
HSL232.94º14.53%77.06%-
HSV(B)232.94º8.29%80.39%-
XYZ50.1751.9365.14-
YUV191.11135.84125.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.25%
GREEN value IS 190 (74.61% from 255) = 32.59%
BLUE value IS 205 (80.47% from 255) = 35.16%
R=32.25%
G=32.59%
B=35.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881902050.080.0700.20232.9414.5377.06
HexBCBECD87014e9f4d
Octal27427631510702435117115
Binary10111100101111101100110110001110101001110100111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBECD; }

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

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

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

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

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

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

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

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