Html Css Color HEX #BBBFC2 Heather

📋 copy color: '#BBBFC2'

red 187 ◦ green 191 ◦ blue 194

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

Shades of Heather #BBBFC2

Tints of Heather #BBBFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.92%

R = 32.69%
G = 33.39%
B = 33.92%

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

#BBBFC2 (or 0xBBBFC2) is known color: Heather. HEX triplet: BB, BF and C2. RGB value is (187,191,194). Sum of RGB (Red+Green+Blue) = 187+191+194=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 194 - color contains mainly: blue. Hex color #BBBFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFC2 is #44403D. Grayscale: #BEBEBE. Windows color (decimal): -4472894 or 12763067. OLE color: 12763067.

HSL color Cylindrical-coordinate representation of color #BBBFC2: hue angle of 205.71º degrees, saturation: 0.05, 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 #BBBFC2 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 191 194 -
CMYK 0.04 0.02 0 0.24
HSL 205.71º 0.05% 0.75% -
HSV(B) 205.71º 0.04% 0.76% -
XYZ 48.86 51.72 58.45 -
YUV 190.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 187 191 194 0.04 0.02 0 0.24 205.71 0.05 0.75
Hex BB BF C2 4 2 0 18 CE 5 4B
Octal 273 277 302 4 2 0 30 316 5 113
Binary 10111011 10111111 11000010 100 10 0 11000 11001110 101 1001011

Color Harmonies of #BBBFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBFC2

Black with #BBBFC2

Text Example


Text Example

White with #BBBFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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