#BCCEB2

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

Shades of Surf Crest #BCCEB2

Tints of Surf Crest #BCCEB2

Color information

#BCCEB2 (or 0xBCCEB2) is unknown color: approx Surf Crest. HEX triplet: BC, CE and B2. RGB value is (188,206,178). Sum of RGB (Red+Green+Blue) = 188+206+178=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 178 (69.92% from 255 or 31.12% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCEB2 is #43314D. Grayscale: #C5C5C5. Windows color (decimal): -4403534 or 11718332. OLE color: 11718332.

HSL color Cylindrical-coordinate representation of color #BCCEB2: hue angle of 98.57º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCCEB2 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB188206178-
CMYK0.0900.140.19
HSL98.57º22.22%75.29%-
HSV(B)98.57º13.59%80.78%-
XYZ50.8558.0550.64-
YUV197.43117.04121.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.87%
GREEN value IS 206 (80.86% from 255) = 36.01%
BLUE value IS 178 (69.92% from 255) = 31.12%
R=32.87%
G=36.01%
B=31.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882061780.0900.140.1998.5722.2275.29
HexBCCEB290E1363164b
Octal274316262110162314326113
Binary101111001100111010110010100101110100111100011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEB2; }

 p { color: rgb(188,206,178); }

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

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

 a { background-color: rgb(188,206,178); }

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

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

 span { border-color: rgb(188,206,178); }

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