Html Css Color HEX #B9B8D4 Lavender Grey

📋 copy color: '#B9B8D4'

red 185 ◦ green 184 ◦ blue 212

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

Shades of Lavender Grey #B9B8D4

Tints of Lavender Grey #B9B8D4

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.67%

 BLUE value IS 212 (83.2% from 255) = 36.49%

R = 31.84%
G = 31.67%
B = 36.49%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B9B8D4 (or 0xB9B8D4) is known color: Lavender Grey. HEX triplet: B9, B8 and D4. RGB value is (185,184,212). Sum of RGB (Red+Green+Blue) = 185+184+212=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 212 - color contains mainly: blue. Hex color #B9B8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B8D4 is #46472B. Grayscale: #BBBBBB. Windows color (decimal): -4605740 or 13940921. OLE color: 13940921.

HSL color Cylindrical-coordinate representation of color #B9B8D4: hue angle of 242.14º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9B8D4 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 184 212 -
CMYK 0.13 0.13 0 0.17
HSL 242.14º 0.25% 0.78% -
HSV(B) 242.14º 0.13% 0.83% -
XYZ 49.03 49.35 69.23 -
YUV 187.49 141.83 126.22 -
System Red Green Blue C M Y K H S L
Decimal 185 184 212 0.13 0.13 0 0.17 242.14 0.25 0.78
Hex B9 B8 D4 D D 0 11 F2 19 4E
Octal 271 270 324 15 15 0 21 362 31 116
Binary 10111001 10111000 11010100 1101 1101 0 10001 11110010 11001 1001110

Color Harmonies of #B9B8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B8D4

Black with #B9B8D4

Text Example


Text Example

White with #B9B8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B8D4; }

 p { color: rgb(185,184,212); }

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

background-color css

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

 a { background-color: rgb(185,184,212); }

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

border-color css

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

 span { border-color: rgb(185,184,212); }

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