#BCCAB8

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

Shades of Surf Crest #BCCAB8

Tints of Surf Crest #BCCAB8

Color information

#BCCAB8 (or 0xBCCAB8) is unknown color: approx Surf Crest. HEX triplet: BC, CA and B8. RGB value is (188,202,184). Sum of RGB (Red+Green+Blue) = 188+202+184=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 184 (72.27% from 255 or 32.06% from 574); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAB8 is #433547. Grayscale: #C3C3C3. Windows color (decimal): -4404552 or 12110524. OLE color: 12110524.

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

Color convert

RGB188202184-
CMYK0.0700.090.21
HSL106.67º14.52%75.69%-
HSV(B)106.67º8.91%79.22%-
XYZ50.5156.3953.57-
YUV195.76121.36122.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.75%
GREEN value IS 202 (79.30% from 255) = 35.19%
BLUE value IS 184 (72.27% from 255) = 32.06%
R=32.75%
G=35.19%
B=32.06%

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
Decimal1882021840.0700.090.21106.6714.5275.69
HexBCCAB8709156bf4c
Octal27431227070112515317114
Binary1011110011001010101110001110100110101110101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAB8; }

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

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

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

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

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

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

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

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