Html Css Color HEX #B8BBCF Lavender Grey

📋 copy color: '#B8BBCF'

red 184 ◦ green 187 ◦ blue 207

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

Shades of Lavender Grey #B8BBCF

Tints of Lavender Grey #B8BBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.81%

R = 31.83%
G = 32.35%
B = 35.81%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B8BBCF (or 0xB8BBCF) is known color: Lavender Grey. HEX triplet: B8, BB and CF. RGB value is (184,187,207). Sum of RGB (Red+Green+Blue) = 184+187+207=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: blue. Hex color #B8BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BBCF is #474430. Grayscale: #BCBCBC. Windows color (decimal): -4670513 or 13614008. OLE color: 13614008.

HSL color Cylindrical-coordinate representation of color #B8BBCF: hue angle of 232.17º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8BBCF is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 187 207 -
CMYK 0.11 0.10 0 0.19
HSL 232.17º 0.19% 0.77% -
HSV(B) 232.17º 0.11% 0.81% -
XYZ 48.8 50.24 66.16 -
YUV 188.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 184 187 207 0.11 0.10 0 0.19 232.17 0.19 0.77
Hex B8 BB CF B A 0 13 E8 13 4D
Octal 270 273 317 13 12 0 23 350 23 115
Binary 10111000 10111011 11001111 1011 1010 0 10011 11101000 10011 1001101

Color Harmonies of #B8BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BBCF

Black with #B8BBCF

Text Example


Text Example

White with #B8BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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