#BBBFB4

Color #BBBFB4 Tasman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tasman #BBBFB4

Tints of Tasman #BBBFB4

Color information

#BBBFB4 (or 0xBBBFB4) is unknown color: approx Tasman. HEX triplet: BB, BF and B4. RGB value is (187,191,180). Sum of RGB (Red+Green+Blue) = 187+191+180=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 180 (70.70% from 255 or 32.26% from 558); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFB4 is #44404B. Grayscale: #BCBCBC. Windows color (decimal): -4472908 or 11845563. OLE color: 11845563.

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

Color convert

RGB187191180-
CMYK0.0200.060.25
HSL81.82º7.91%72.75%-
HSV(B)81.82º5.76%74.9%-
XYZ47.3651.1250.55-
YUV188.55123.17126.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.51%
GREEN value IS 191 (75% from 255) = 34.23%
BLUE value IS 180 (70.70% from 255) = 32.26%
R=33.51%
G=34.23%
B=32.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911800.0200.060.2581.827.9172.75
HexBBBFB42061952849
Octal2732772642063112210111
Binary10111011101111111011010010011011001101001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFB4; }

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

 H1.HeaderClassName
 {
   color: #BBBFB4;
 }
 .AnyTagClassName
 {
   color: #BBBFB4;
 }
</style>
background-color css

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

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

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

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

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

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