#BCCAB9

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

Shades of Surf Crest #BCCAB9

Tints of Surf Crest #BCCAB9

Color information

#BCCAB9 (or 0xBCCAB9) is unknown color: approx Surf Crest. HEX triplet: BC, CA and B9. RGB value is (188,202,185). Sum of RGB (Red+Green+Blue) = 188+202+185=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAB9 is #433546. Grayscale: #C3C3C3. Windows color (decimal): -4404551 or 12176060. OLE color: 12176060.

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

Color convert

RGB188202185-
CMYK0.0700.080.21
HSL109.41º13.82%75.88%-
HSV(B)109.41º8.42%79.22%-
XYZ50.6256.4454.12-
YUV195.88121.86122.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.70%
GREEN value IS 202 (79.30% from 255) = 35.13%
BLUE value IS 185 (72.66% from 255) = 32.17%
R=32.70%
G=35.13%
B=32.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882021850.0700.080.21109.4113.8275.88
HexBCCAB9708156de4c
Octal27431227170102515516114
Binary1011110011001010101110011110100010101110110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAB9; }

 p { color: rgb(188,202,185); }

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

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

 a { background-color: rgb(188,202,185); }

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

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

 span { border-color: rgb(188,202,185); }

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