#BBBFB2

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

Shades of Tasman #BBBFB2

Tints of Tasman #BBBFB2

Color information

#BBBFB2 (or 0xBBBFB2) is unknown color: approx Tasman. HEX triplet: BB, BF and B2. RGB value is (187,191,178). Sum of RGB (Red+Green+Blue) = 187+191+178=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBFB2 is #44404D. Grayscale: #BCBCBC. Windows color (decimal): -4472910 or 11714491. OLE color: 11714491.

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

Color convert

RGB187191178-
CMYK0.0200.070.25
HSL78.46º9.22%72.35%-
HSV(B)78.46º6.81%74.9%-
XYZ47.1651.0449.49-
YUV188.32122.17127.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.63%
GREEN value IS 191 (75% from 255) = 34.35%
BLUE value IS 178 (69.92% from 255) = 32.01%
R=33.63%
G=34.35%
B=32.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911780.0200.070.2578.469.2272.35
HexBBBFB2207194e948
Octal2732772622073111611110
Binary10111011101111111011001010011111001100111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFB2; }

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

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

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

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

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

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

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

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