Html Css Color HEX #BDBBE0 Lavender Grey

📋 copy color: '#BDBBE0'

red 189 ◦ green 187 ◦ blue 224

#BDBBE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #BDBBE0

Tints of Lavender Grey #BDBBE0

RGB

 RED value IS 189 (74.22% from 255) = 31.5%

 GREEN value IS 187 (73.44% from 255) = 31.17%

 BLUE value IS 224 (87.89% from 255) = 37.33%

R = 31.5%
G = 31.17%
B = 37.33%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BDBBE0 (or 0xBDBBE0) is known color: Lavender Grey. HEX triplet: BD, BB and E0. RGB value is (189,187,224). Sum of RGB (Red+Green+Blue) = 189+187+224=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDBBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBE0 is #42441F. Grayscale: #BFBFBF. Windows color (decimal): -4342816 or 14728125. OLE color: 14728125.

HSL color Cylindrical-coordinate representation of color #BDBBE0: hue angle of 243.24º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDBBE0 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 187 224 -
CMYK 0.16 0.17 0 0.12
HSL 243.24º 0.37% 0.81% -
HSV(B) 243.24º 0.17% 0.88% -
XYZ 52.21 51.74 77.76 -
YUV 191.82 146.16 125.99 -
System Red Green Blue C M Y K H S L
Decimal 189 187 224 0.16 0.17 0 0.12 243.24 0.37 0.81
Hex BD BB E0 10 11 0 C F3 25 51
Octal 275 273 340 20 21 0 14 363 45 121
Binary 10111101 10111011 11100000 10000 10001 0 1100 11110011 100101 1010001

Color Harmonies of #BDBBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBBE0

Black with #BDBBE0

Text Example


Text Example

White with #BDBBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBBE0; }

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

 H1.HeaderClassName
 {
   color: #BDBBE0;
 }
 .AnyTagClassName
 {
   color: #BDBBE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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