Html Css Color HEX #BDBBE2 Lavender Grey

📋 copy color: '#BDBBE2'

red 189 ◦ green 187 ◦ blue 226

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

Shades of Lavender Grey #BDBBE2

Tints of Lavender Grey #BDBBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.54%

R = 31.4%
G = 31.06%
B = 37.54%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BDBBE2 (or 0xBDBBE2) is known color: Lavender Grey. HEX triplet: BD, BB and E2. RGB value is (189,187,226). Sum of RGB (Red+Green+Blue) = 189+187+226=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 226 - color contains mainly: blue. Hex color #BDBBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBE2 is #42441D. Grayscale: #BFBFBF. Windows color (decimal): -4342814 or 14859197. OLE color: 14859197.

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

Color convert

RGB 189 187 226 -
CMYK 0.16 0.17 0 0.11
HSL 243.08º 0.4% 0.81% -
HSV(B) 243.08º 0.17% 0.89% -
XYZ 52.48 51.85 79.19 -
YUV 192.04 147.16 125.83 -
System Red Green Blue C M Y K H S L
Decimal 189 187 226 0.16 0.17 0 0.11 243.08 0.4 0.81
Hex BD BB E2 10 11 0 B F3 28 51
Octal 275 273 342 20 21 0 13 363 50 121
Binary 10111101 10111011 11100010 10000 10001 0 1011 11110011 101000 1010001

Color Harmonies of #BDBBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBBE2

Black with #BDBBE2

Text Example


Text Example

White with #BDBBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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