#BCC7B8

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

Shades of Surf Crest #BCC7B8

Tints of Surf Crest #BCC7B8

Color information

#BCC7B8 (or 0xBCC7B8) is unknown color: approx Surf Crest. HEX triplet: BC, C7 and B8. RGB value is (188,199,184). Sum of RGB (Red+Green+Blue) = 188+199+184=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 199 (78.12% from 255 or 34.85% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC7B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7B8 is #433847. Grayscale: #C2C2C2. Windows color (decimal): -4405320 or 12109756. OLE color: 12109756.

HSL color Cylindrical-coordinate representation of color #BCC7B8: hue angle of 104º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCC7B8 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB188199184-
CMYK0.0600.080.22
HSL104º11.81%75.1%-
HSV(B)104º7.54%78.04%-
XYZ49.815553.34-
YUV194122.36123.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 199 (78.12% from 255) = 34.85%
BLUE value IS 184 (72.27% from 255) = 32.22%
R=32.92%
G=34.85%
B=32.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881991840.0600.080.2210411.8175.1
HexBCC7B86081668c4b
Octal27430727060102615014113
Binary1011110011000111101110001100100010110110100011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC7B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC7B8; }

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

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

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

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

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

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

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

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