Html Css Color HEX #BDB9E9 Lavender Grey

📋 copy color: '#BDB9E9'

red 189 ◦ green 185 ◦ blue 233

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

Shades of Lavender Grey #BDB9E9

Tints of Lavender Grey #BDB9E9

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.48%

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

R = 31.14%
G = 30.48%
B = 38.39%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDB9E9 (or 0xBDB9E9) is known color: Lavender Grey. HEX triplet: BD, B9 and E9. RGB value is (189,185,233). Sum of RGB (Red+Green+Blue) = 189+185+233=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 233 (91.41% from 255 or 38.39% from 607); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDB9E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB9E9 is #424616. Grayscale: #BFBFBF. Windows color (decimal): -4343319 or 15317437. OLE color: 15317437.

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

Color convert

RGB 189 185 233 -
CMYK 0.19 0.21 0 0.09
HSL 245º 0.52% 0.82% -
HSV(B) 245º 0.21% 0.91% -
XYZ 53.04 51.4 84.22 -
YUV 191.67 151.33 126.1 -
System Red Green Blue C M Y K H S L
Decimal 189 185 233 0.19 0.21 0 0.09 245 0.52 0.82
Hex BD B9 E9 13 15 0 9 F5 34 52
Octal 275 271 351 23 25 0 11 365 64 122
Binary 10111101 10111001 11101001 10011 10101 0 1001 11110101 110100 1010010

Color Harmonies of #BDB9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB9E9

Black with #BDB9E9

Text Example


Text Example

White with #BDB9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB9E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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