Html Css Color HEX #BDB9E7 Lavender Grey

📋 copy color: '#BDB9E7'

red 189 ◦ green 185 ◦ blue 231

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

Shades of Lavender Grey #BDB9E7

Tints of Lavender Grey #BDB9E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.18%

R = 31.24%
G = 30.58%
B = 38.18%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDB9E7 (or 0xBDB9E7) is known color: Lavender Grey. HEX triplet: BD, B9 and E7. RGB value is (189,185,231). Sum of RGB (Red+Green+Blue) = 189+185+231=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDB9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB9E7 is #424618. Grayscale: #BFBFBF. Windows color (decimal): -4343321 or 15186365. OLE color: 15186365.

HSL color Cylindrical-coordinate representation of color #BDB9E7: hue angle of 245.22º degrees, saturation: 0.49, 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 #BDB9E7 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 185 231 -
CMYK 0.18 0.20 0 0.09
HSL 245.22º 0.49% 0.82% -
HSV(B) 245.22º 0.2% 0.91% -
XYZ 52.76 51.29 82.72 -
YUV 191.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 189 185 231 0.18 0.20 0 0.09 245.22 0.49 0.82
Hex BD B9 E7 12 14 0 9 F5 31 52
Octal 275 271 347 22 24 0 11 365 61 122
Binary 10111101 10111001 11100111 10010 10100 0 1001 11110101 110001 1010010

Color Harmonies of #BDB9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB9E7

Black with #BDB9E7

Text Example


Text Example

White with #BDB9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB9E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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