Html Css Color HEX #BBBFC3 Heather

📋 copy color: '#BBBFC3'

red 187 ◦ green 191 ◦ blue 195

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

Shades of Heather #BBBFC3

Tints of Heather #BBBFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.03%

R = 32.64%
G = 33.33%
B = 34.03%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BBBFC3 (or 0xBBBFC3) is known color: Heather. HEX triplet: BB, BF and C3. RGB value is (187,191,195). Sum of RGB (Red+Green+Blue) = 187+191+195=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 195 - color contains mainly: blue. Hex color #BBBFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFC3 is #44403C. Grayscale: #BEBEBE. Windows color (decimal): -4472893 or 12828603. OLE color: 12828603.

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

Color convert

RGB 187 191 195 -
CMYK 0.04 0.02 0 0.24
HSL 210º 0.06% 0.75% -
HSV(B) 210º 0.04% 0.76% -
XYZ 48.97 51.77 59.04 -
YUV 190.26 130.67 125.67 -
System Red Green Blue C M Y K H S L
Decimal 187 191 195 0.04 0.02 0 0.24 210 0.06 0.75
Hex BB BF C3 4 2 0 18 D2 6 4B
Octal 273 277 303 4 2 0 30 322 6 113
Binary 10111011 10111111 11000011 100 10 0 11000 11010010 110 1001011

Color Harmonies of #BBBFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBFC3

Black with #BBBFC3

Text Example


Text Example

White with #BBBFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBFC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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