#BCBAE4

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

Shades of Lavender Grey #BCBAE4

Tints of Lavender Grey #BCBAE4

Color information

#BCBAE4 (or 0xBCBAE4) is unknown color: approx Lavender Grey. HEX triplet: BC, BA and E4. RGB value is (188,186,228). Sum of RGB (Red+Green+Blue) = 188+186+228=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 228 (89.45% from 255 or 37.87% from 602); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCBAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAE4 is #43451B. Grayscale: #BFBFBF. Windows color (decimal): -4408604 or 14990012. OLE color: 14990012.

HSL color Cylindrical-coordinate representation of color #BCBAE4: hue angle of 242.86º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCBAE4 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188186228-
CMYK0.180.1800.11
HSL242.86º43.75%81.18%-
HSV(B)242.86º18.42%89.41%-
XYZ52.351.4180.57-
YUV191.39148.66125.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.23%
GREEN value IS 186 (73.05% from 255) = 30.90%
BLUE value IS 228 (89.45% from 255) = 37.87%
R=31.23%
G=30.90%
B=37.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1881862280.180.1800.11242.8643.7581.18
HexBCBAE412120Bf32c51
Octal274272344222201336354121
Binary101111001011101011100100100101001001011111100111011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAE4; }

 p { color: rgb(188,186,228); }

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

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

 a { background-color: rgb(188,186,228); }

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

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

 span { border-color: rgb(188,186,228); }

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