#BCBDE8

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

Shades of Lavender Grey #BCBDE8

Tints of Lavender Grey #BCBDE8

Color information

#BCBDE8 (or 0xBCBDE8) is unknown color: approx Lavender Grey. HEX triplet: BC, BD and E8. RGB value is (188,189,232). Sum of RGB (Red+Green+Blue) = 188+189+232=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 232 (91.02% from 255 or 38.10% from 609); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCBDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBDE8 is #434217. Grayscale: #C1C1C1. Windows color (decimal): -4407832 or 15252924. OLE color: 15252924.

HSL color Cylindrical-coordinate representation of color #BCBDE8: hue angle of 238.64º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCBDE8 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188189232-
CMYK0.190.1900.09
HSL238.64º48.89%82.35%-
HSV(B)238.64º18.97%90.98%-
XYZ53.552.9183.74-
YUV193.6149.67124-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.87%
GREEN value IS 189 (74.22% from 255) = 31.03%
BLUE value IS 232 (91.02% from 255) = 38.10%
R=30.87%
G=31.03%
B=38.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881892320.190.1900.09238.6448.8982.35
HexBCBDE8131309ef3152
Octal274275350232301135761122
Binary101111001011110111101000100111001101001111011111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDE8; }

 p { color: rgb(188,189,232); }

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

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

 a { background-color: rgb(188,189,232); }

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

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

 span { border-color: rgb(188,189,232); }

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