Html Css Color HEX #BBBFD6 Lavender Grey

📋 copy color: '#BBBFD6'

red 187 ◦ green 191 ◦ blue 214

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

Shades of Lavender Grey #BBBFD6

Tints of Lavender Grey #BBBFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.15%

R = 31.59%
G = 32.26%
B = 36.15%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BBBFD6 (or 0xBBBFD6) is known color: Lavender Grey. HEX triplet: BB, BF and D6. RGB value is (187,191,214). Sum of RGB (Red+Green+Blue) = 187+191+214=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBBFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFD6 is #444029. Grayscale: #C0C0C0. Windows color (decimal): -4472874 or 14073787. OLE color: 14073787.

HSL color Cylindrical-coordinate representation of color #BBBFD6: hue angle of 231.11º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBBFD6 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 191 214 -
CMYK 0.13 0.11 0 0.16
HSL 231.11º 0.25% 0.79% -
HSV(B) 231.11º 0.13% 0.84% -
XYZ 51.26 52.68 71.09 -
YUV 192.43 140.17 124.13 -
System Red Green Blue C M Y K H S L
Decimal 187 191 214 0.13 0.11 0 0.16 231.11 0.25 0.79
Hex BB BF D6 D B 0 10 E7 19 4F
Octal 273 277 326 15 13 0 20 347 31 117
Binary 10111011 10111111 11010110 1101 1011 0 10000 11100111 11001 1001111

Color Harmonies of #BBBFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBFD6

Black with #BBBFD6

Text Example


Text Example

White with #BBBFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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