Html Css Color HEX #B8BBDF Lavender Grey

📋 copy color: '#B8BBDF'

red 184 ◦ green 187 ◦ blue 223

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

Shades of Lavender Grey #B8BBDF

Tints of Lavender Grey #B8BBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.54%

R = 30.98%
G = 31.48%
B = 37.54%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B8BBDF (or 0xB8BBDF) is known color: Lavender Grey. HEX triplet: B8, BB and DF. RGB value is (184,187,223). Sum of RGB (Red+Green+Blue) = 184+187+223=594 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.98% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #B8BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BBDF is #474420. Grayscale: #BEBEBE. Windows color (decimal): -4670497 or 14662584. OLE color: 14662584.

HSL color Cylindrical-coordinate representation of color #B8BBDF: hue angle of 235.38º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8BBDF is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 187 223 -
CMYK 0.17 0.16 0 0.13
HSL 235.38º 0.38% 0.8% -
HSV(B) 235.38º 0.17% 0.87% -
XYZ 50.86 51.06 76.99 -
YUV 190.21 146.51 123.57 -
System Red Green Blue C M Y K H S L
Decimal 184 187 223 0.17 0.16 0 0.13 235.38 0.38 0.8
Hex B8 BB DF 11 10 0 D EB 26 50
Octal 270 273 337 21 20 0 15 353 46 120
Binary 10111000 10111011 11011111 10001 10000 0 1101 11101011 100110 1010000

Color Harmonies of #B8BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BBDF

Black with #B8BBDF

Text Example


Text Example

White with #B8BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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