#BBC0B2

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

Shades of Tasman #BBC0B2

Tints of Tasman #BBC0B2

Color information

#BBC0B2 (or 0xBBC0B2) is unknown color: approx Tasman. HEX triplet: BB, C0 and B2. RGB value is (187,192,178). Sum of RGB (Red+Green+Blue) = 187+192+178=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC0B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC0B2 is #443F4D. Grayscale: #BCBCBC. Windows color (decimal): -4472654 or 11714747. OLE color: 11714747.

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

Color convert

RGB187192178-
CMYK0.0300.070.25
HSL81.43º10%72.55%-
HSV(B)81.43º7.29%75.29%-
XYZ47.3851.4849.56-
YUV188.91121.84126.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.57%
GREEN value IS 192 (75.39% from 255) = 34.47%
BLUE value IS 178 (69.92% from 255) = 31.96%
R=33.57%
G=34.47%
B=31.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871921780.0300.070.2581.431072.55
HexBBC0B23071951a49
Octal2733002623073112112111
Binary10111011110000001011001011011111001101000110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC0B2; }

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

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

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

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

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

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

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

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