#BBC4AE

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

Shades of Tasman #BBC4AE

Tints of Tasman #BBC4AE

Color information

#BBC4AE (or 0xBBC4AE) is unknown color: approx Tasman. HEX triplet: BB, C4 and AE. RGB value is (187,196,174). Sum of RGB (Red+Green+Blue) = 187+196+174=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC4AE is #443B51. Grayscale: #BEBEBE. Windows color (decimal): -4471634 or 11453627. OLE color: 11453627.

HSL color Cylindrical-coordinate representation of color #BBC4AE: hue angle of 84.55º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBC4AE is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB187196174-
CMYK0.0500.110.23
HSL84.55º15.71%72.55%-
HSV(B)84.55º11.22%76.86%-
XYZ47.8753.147.77-
YUV190.8118.52125.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.57%
GREEN value IS 196 (76.95% from 255) = 35.19%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=33.57%
G=35.19%
B=31.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871961740.0500.110.2384.5515.7172.55
HexBBC4AE50B17551049
Octal27330425650132712520111
Binary10111011110001001010111010101011101111010101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC4AE; }

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

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

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

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

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

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

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

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