Html Css Color HEX #BBBFD9 Lavender Grey

📋 copy color: '#BBBFD9'

red 187 ◦ green 191 ◦ blue 217

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

Shades of Lavender Grey #BBBFD9

Tints of Lavender Grey #BBBFD9

RGB

 RED value IS 187 (73.44% from 255) = 31.43%

 GREEN value IS 191 (75% from 255) = 32.1%

 BLUE value IS 217 (85.16% from 255) = 36.47%

R = 31.43%
G = 32.1%
B = 36.47%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBBFD9 (or 0xBBBFD9) is known color: Lavender Grey. HEX triplet: BB, BF and D9. RGB value is (187,191,217). Sum of RGB (Red+Green+Blue) = 187+191+217=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBBFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFD9 is #444026. Grayscale: #C0C0C0. Windows color (decimal): -4472871 or 14270395. OLE color: 14270395.

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

Color convert

RGB 187 191 217 -
CMYK 0.14 0.12 0 0.15
HSL 232º 0.28% 0.79% -
HSV(B) 232º 0.14% 0.85% -
XYZ 51.65 52.84 73.12 -
YUV 192.77 141.67 123.89 -
System Red Green Blue C M Y K H S L
Decimal 187 191 217 0.14 0.12 0 0.15 232 0.28 0.79
Hex BB BF D9 E C 0 F E8 1C 4F
Octal 273 277 331 16 14 0 17 350 34 117
Binary 10111011 10111111 11011001 1110 1100 0 1111 11101000 11100 1001111

Color Harmonies of #BBBFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBFD9

Black with #BBBFD9

Text Example


Text Example

White with #BBBFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBFD9; }

 p { color: rgb(187,191,217); }

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

background-color css

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

 a { background-color: rgb(187,191,217); }

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

border-color css

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

 span { border-color: rgb(187,191,217); }

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