#BCBBEE

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

Shades of Lavender Grey #BCBBEE

Tints of Lavender Grey #BCBBEE

Color information

#BCBBEE (or 0xBCBBEE) is unknown color: approx Lavender Grey. HEX triplet: BC, BB and EE. RGB value is (188,187,238). Sum of RGB (Red+Green+Blue) = 188+187+238=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCBBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBBEE is #434411. Grayscale: #C0C0C0. Windows color (decimal): -4408338 or 15645628. OLE color: 15645628.

HSL color Cylindrical-coordinate representation of color #BCBBEE: hue angle of 241.18º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCBBEE is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188187238-
CMYK0.210.2100.07
HSL241.18º60%83.33%-
HSV(B)241.18º21.43%93.33%-
XYZ53.9452.4188.16-
YUV193.11153.33124.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.67%
GREEN value IS 187 (73.44% from 255) = 30.51%
BLUE value IS 238 (93.36% from 255) = 38.83%
R=30.67%
G=30.51%
B=38.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881872380.210.2100.07241.186083.33
HexBCBBEE151507f13c53
Octal27427335625250736174123
Binary10111100101110111110111010101101010111111100011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBEE; }

 p { color: rgb(188,187,238); }

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

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

 a { background-color: rgb(188,187,238); }

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

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

 span { border-color: rgb(188,187,238); }

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