#BCCFB2

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

Shades of Surf Crest #BCCFB2

Tints of Surf Crest #BCCFB2

Color information

#BCCFB2 (or 0xBCCFB2) is unknown color: approx Surf Crest. HEX triplet: BC, CF and B2. RGB value is (188,207,178). Sum of RGB (Red+Green+Blue) = 188+207+178=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCFB2 is #43304D. Grayscale: #C6C6C6. Windows color (decimal): -4403278 or 11718588. OLE color: 11718588.

HSL color Cylindrical-coordinate representation of color #BCCFB2: hue angle of 99.31º degrees, saturation: 0.23, 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 #BCCFB2 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB188207178-
CMYK0.0900.140.19
HSL99.31º23.2%75.49%-
HSV(B)99.31º14.01%81.18%-
XYZ51.0958.5350.72-
YUV198.01116.71120.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 207 (81.25% from 255) = 36.13%
BLUE value IS 178 (69.92% from 255) = 31.06%
R=32.81%
G=36.13%
B=31.06%

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
Decimal1882071780.0900.140.1999.3123.275.49
HexBCCFB290E1363174b
Octal274317262110162314327113
Binary101111001100111110110010100101110100111100011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFB2; }

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

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

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

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

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

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

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

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