#BBC8AE

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

Shades of Tasman #BBC8AE

Tints of Tasman #BBC8AE

Color information

#BBC8AE (or 0xBBC8AE) is unknown color: approx Tasman. HEX triplet: BB, C8 and AE. RGB value is (187,200,174). Sum of RGB (Red+Green+Blue) = 187+200+174=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 200 (78.52% from 255 or 35.65% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC8AE is #443751. Grayscale: #C1C1C1. Windows color (decimal): -4470610 or 11454651. OLE color: 11454651.

HSL color Cylindrical-coordinate representation of color #BBC8AE: hue angle of 90º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBC8AE is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB187200174-
CMYK0.0600.130.22
HSL90º19.12%73.33%-
HSV(B)90º13%78.43%-
XYZ48.7954.9348.08-
YUV193.15117.19123.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 200 (78.52% from 255) = 35.65%
BLUE value IS 174 (68.36% from 255) = 31.02%
R=33.33%
G=35.65%
B=31.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1872001740.0600.130.229019.1273.33
HexBBC8AE60D165a1349
Octal27331025660152613223111
Binary10111011110010001010111011001101101101011010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC8AE; }

 p { color: rgb(187,200,174); }

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

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

 a { background-color: rgb(187,200,174); }

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

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

 span { border-color: rgb(187,200,174); }

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