Html Css Color HEX #BDBBE9 Lavender Grey

📋 copy color: '#BDBBE9'

red 189 ◦ green 187 ◦ blue 233

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

Shades of Lavender Grey #BDBBE9

Tints of Lavender Grey #BDBBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.26%

R = 31.03%
G = 30.71%
B = 38.26%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDBBE9 (or 0xBDBBE9) is known color: Lavender Grey. HEX triplet: BD, BB and E9. RGB value is (189,187,233). Sum of RGB (Red+Green+Blue) = 189+187+233=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDBBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBBE9 is #424416. Grayscale: #C0C0C0. Windows color (decimal): -4342807 or 15317949. OLE color: 15317949.

HSL color Cylindrical-coordinate representation of color #BDBBE9: hue angle of 242.61º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDBBE9 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 187 233 -
CMYK 0.19 0.20 0 0.09
HSL 242.61º 0.51% 0.82% -
HSV(B) 242.61º 0.2% 0.91% -
XYZ 53.46 52.24 84.36 -
YUV 192.84 150.66 125.26 -
System Red Green Blue C M Y K H S L
Decimal 189 187 233 0.19 0.20 0 0.09 242.61 0.51 0.82
Hex BD BB E9 13 14 0 9 F3 33 52
Octal 275 273 351 23 24 0 11 363 63 122
Binary 10111101 10111011 11101001 10011 10100 0 1001 11110011 110011 1010010

Color Harmonies of #BDBBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBBE9

Black with #BDBBE9

Text Example


Text Example

White with #BDBBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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