#BBCAB4

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

Shades of Surf Crest #BBCAB4

Tints of Surf Crest #BBCAB4

Color information

#BBCAB4 (or 0xBBCAB4) is unknown color: approx Surf Crest. HEX triplet: BB, CA and B4. RGB value is (187,202,180). Sum of RGB (Red+Green+Blue) = 187+202+180=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAB4 is #44354B. Grayscale: #C3C3C3. Windows color (decimal): -4470092 or 11848379. OLE color: 11848379.

HSL color Cylindrical-coordinate representation of color #BBCAB4: hue angle of 100.91º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBCAB4 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB187202180-
CMYK0.0700.110.21
HSL100.91º17.19%74.9%-
HSV(B)100.91º10.89%79.22%-
XYZ49.8556.151.38-
YUV195.01119.53122.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 202 (79.30% from 255) = 35.50%
BLUE value IS 180 (70.70% from 255) = 31.63%
R=32.86%
G=35.50%
B=31.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872021800.0700.110.21100.9117.1974.9
HexBBCAB470B1565114b
Octal27331226470132514521113
Binary10111011110010101011010011101011101011100101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAB4; }

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

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

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

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

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

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

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

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