Html Css Color HEX #BBBFC1 Heather

📋 copy color: '#BBBFC1'

red 187 ◦ green 191 ◦ blue 193

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

Shades of Heather #BBBFC1

Tints of Heather #BBBFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.8%

R = 32.75%
G = 33.45%
B = 33.8%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BBBFC1 (or 0xBBBFC1) is known color: Heather. HEX triplet: BB, BF and C1. RGB value is (187,191,193). Sum of RGB (Red+Green+Blue) = 187+191+193=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBBFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFC1 is #44403E. Grayscale: #BEBEBE. Windows color (decimal): -4472895 or 12697531. OLE color: 12697531.

HSL color Cylindrical-coordinate representation of color #BBBFC1: hue angle of 200º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BBBFC1 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 191 193 -
CMYK 0.03 0.01 0 0.24
HSL 200º 0.05% 0.75% -
HSV(B) 200º 0.03% 0.76% -
XYZ 48.75 51.68 57.86 -
YUV 190.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 187 191 193 0.03 0.01 0 0.24 200 0.05 0.75
Hex BB BF C1 3 1 0 18 C8 5 4B
Octal 273 277 301 3 1 0 30 310 5 113
Binary 10111011 10111111 11000001 11 1 0 11000 11001000 101 1001011

Color Harmonies of #BBBFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBFC1

Black with #BBBFC1

Text Example


Text Example

White with #BBBFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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