Html Css Color HEX #BDB9E4 Lavender Grey

📋 copy color: '#BDB9E4'

red 189 ◦ green 185 ◦ blue 228

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

Shades of Lavender Grey #BDB9E4

Tints of Lavender Grey #BDB9E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.87%

R = 31.4%
G = 30.73%
B = 37.87%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BDB9E4 (or 0xBDB9E4) is known color: Lavender Grey. HEX triplet: BD, B9 and E4. RGB value is (189,185,228). Sum of RGB (Red+Green+Blue) = 189+185+228=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 185 (72.66% from 255 or 30.73% from 602); Blue value is 228 (89.45% from 255 or 37.87% from 602); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDB9E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB9E4 is #42461B. Grayscale: #BEBEBE. Windows color (decimal): -4343324 or 14989757. OLE color: 14989757.

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

Color convert

RGB 189 185 228 -
CMYK 0.17 0.19 0 0.11
HSL 245.58º 0.44% 0.81% -
HSV(B) 245.58º 0.19% 0.89% -
XYZ 52.34 51.12 80.51 -
YUV 191.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 189 185 228 0.17 0.19 0 0.11 245.58 0.44 0.81
Hex BD B9 E4 11 13 0 B F6 2C 51
Octal 275 271 344 21 23 0 13 366 54 121
Binary 10111101 10111001 11100100 10001 10011 0 1011 11110110 101100 1010001

Color Harmonies of #BDB9E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB9E4

Black with #BDB9E4

Text Example


Text Example

White with #BDB9E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB9E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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