Html Css Color HEX #BBBFD0 Lavender Grey

📋 copy color: '#BBBFD0'

red 187 ◦ green 191 ◦ blue 208

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

Shades of Lavender Grey #BBBFD0

Tints of Lavender Grey #BBBFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.49%

R = 31.91%
G = 32.59%
B = 35.49%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BBBFD0 (or 0xBBBFD0) is known color: Lavender Grey. HEX triplet: BB, BF and D0. RGB value is (187,191,208). Sum of RGB (Red+Green+Blue) = 187+191+208=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBBFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFD0 is #44402F. Grayscale: #BFBFBF. Windows color (decimal): -4472880 or 13680571. OLE color: 13680571.

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

Color convert

RGB 187 191 208 -
CMYK 0.10 0.08 0 0.18
HSL 228.57º 0.18% 0.77% -
HSV(B) 228.57º 0.1% 0.82% -
XYZ 50.51 52.38 67.12 -
YUV 191.74 137.17 124.62 -
System Red Green Blue C M Y K H S L
Decimal 187 191 208 0.10 0.08 0 0.18 228.57 0.18 0.77
Hex BB BF D0 A 8 0 12 E5 12 4D
Octal 273 277 320 12 10 0 22 345 22 115
Binary 10111011 10111111 11010000 1010 1000 0 10010 11100101 10010 1001101

Color Harmonies of #BBBFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBFD0

Black with #BBBFD0

Text Example


Text Example

White with #BBBFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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