Html Css Color HEX #B9BDDA Lavender Grey

📋 copy color: '#B9BDDA'

red 185 ◦ green 189 ◦ blue 218

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

Shades of Lavender Grey #B9BDDA

Tints of Lavender Grey #B9BDDA

RGB

 RED value IS 185 (72.66% from 255) = 31.25%

 GREEN value IS 189 (74.22% from 255) = 31.93%

 BLUE value IS 218 (85.55% from 255) = 36.82%

R = 31.25%
G = 31.93%
B = 36.82%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B9BDDA (or 0xB9BDDA) is known color: Lavender Grey. HEX triplet: B9, BD and DA. RGB value is (185,189,218). Sum of RGB (Red+Green+Blue) = 185+189+218=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #B9BDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDDA is #464225. Grayscale: #BEBEBE. Windows color (decimal): -4604454 or 14335417. OLE color: 14335417.

HSL color Cylindrical-coordinate representation of color #B9BDDA: hue angle of 232.73º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9BDDA is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 189 218 -
CMYK 0.15 0.13 0 0.15
HSL 232.73º 0.31% 0.79% -
HSV(B) 232.73º 0.15% 0.85% -
XYZ 50.86 51.77 73.64 -
YUV 191.11 143.17 123.64 -
System Red Green Blue C M Y K H S L
Decimal 185 189 218 0.15 0.13 0 0.15 232.73 0.31 0.79
Hex B9 BD DA F D 0 F E9 1F 4F
Octal 271 275 332 17 15 0 17 351 37 117
Binary 10111001 10111101 11011010 1111 1101 0 1111 11101001 11111 1001111

Color Harmonies of #B9BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BDDA

Black with #B9BDDA

Text Example


Text Example

White with #B9BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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