Html Css Color HEX #B8BBD1 Lavender Grey

📋 copy color: '#B8BBD1'

red 184 ◦ green 187 ◦ blue 209

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

Shades of Lavender Grey #B8BBD1

Tints of Lavender Grey #B8BBD1

RGB

 RED value IS 184 (72.27% from 255) = 31.72%

 GREEN value IS 187 (73.44% from 255) = 32.24%

 BLUE value IS 209 (82.03% from 255) = 36.03%

R = 31.72%
G = 32.24%
B = 36.03%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B8BBD1 (or 0xB8BBD1) is known color: Lavender Grey. HEX triplet: B8, BB and D1. RGB value is (184,187,209). Sum of RGB (Red+Green+Blue) = 184+187+209=580 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.72% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 209 - color contains mainly: blue. Hex color #B8BBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BBD1 is #47442E. Grayscale: #BCBCBC. Windows color (decimal): -4670511 or 13745080. OLE color: 13745080.

HSL color Cylindrical-coordinate representation of color #B8BBD1: hue angle of 232.8º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8BBD1 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 187 209 -
CMYK 0.12 0.11 0 0.18
HSL 232.8º 0.21% 0.77% -
HSV(B) 232.8º 0.12% 0.82% -
XYZ 49.05 50.33 67.45 -
YUV 188.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 184 187 209 0.12 0.11 0 0.18 232.8 0.21 0.77
Hex B8 BB D1 C B 0 12 E9 15 4D
Octal 270 273 321 14 13 0 22 351 25 115
Binary 10111000 10111011 11010001 1100 1011 0 10010 11101001 10101 1001101

Color Harmonies of #B8BBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BBD1

Black with #B8BBD1

Text Example


Text Example

White with #B8BBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BBD1; }

 p { color: rgb(184,187,209); }

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

background-color css

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

 a { background-color: rgb(184,187,209); }

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

border-color css

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

 span { border-color: rgb(184,187,209); }

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