#BCCAB7

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

Shades of Surf Crest #BCCAB7

Tints of Surf Crest #BCCAB7

Color information

#BCCAB7 (or 0xBCCAB7) is unknown color: approx Surf Crest. HEX triplet: BC, CA and B7. RGB value is (188,202,183). Sum of RGB (Red+Green+Blue) = 188+202+183=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 183 (71.88% from 255 or 31.94% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAB7 is #433548. Grayscale: #C3C3C3. Windows color (decimal): -4404553 or 12044988. OLE color: 12044988.

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

Color convert

RGB188202183-
CMYK0.0700.090.21
HSL104.21º15.2%75.49%-
HSV(B)104.21º9.41%79.22%-
XYZ50.4156.3553.02-
YUV195.65120.86122.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 183 (71.88% from 255) = 31.94%
R=32.81%
G=35.25%
B=31.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882021830.0700.090.21104.2115.275.49
HexBCCAB77091568f4b
Octal27431226770112515017113
Binary1011110011001010101101111110100110101110100011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAB7; }

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

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

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

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

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

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

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

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