#BDBBEE

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

Shades of Lavender Grey #BDBBEE

Tints of Lavender Grey #BDBBEE

Color information

#BDBBEE (or 0xBDBBEE) is unknown color: approx Lavender Grey. HEX triplet: BD, BB and EE. RGB value is (189,187,238). Sum of RGB (Red+Green+Blue) = 189+187+238=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDBBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBBEE is #424411. Grayscale: #C1C1C1. Windows color (decimal): -4342802 or 15645629. OLE color: 15645629.

HSL color Cylindrical-coordinate representation of color #BDBBEE: hue angle of 242.35º 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 #BDBBEE is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189187238-
CMYK0.210.2100.07
HSL242.35º60%83.33%-
HSV(B)242.35º21.43%93.33%-
XYZ54.1952.5388.17-
YUV193.41153.16124.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.78%
GREEN value IS 187 (73.44% from 255) = 30.46%
BLUE value IS 238 (93.36% from 255) = 38.76%
R=30.78%
G=30.46%
B=38.76%

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
Decimal1891872380.210.2100.07242.356083.33
HexBDBBEE151507f23c53
Octal27527335625250736274123
Binary10111101101110111110111010101101010111111100101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBEE; }

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

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

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

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

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

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

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

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