#BCCFB8

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

Shades of Surf Crest #BCCFB8

Tints of Surf Crest #BCCFB8

Color information

#BCCFB8 (or 0xBCCFB8) is unknown color: approx Surf Crest. HEX triplet: BC, CF and B8. RGB value is (188,207,184). Sum of RGB (Red+Green+Blue) = 188+207+184=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 184 (72.27% from 255 or 31.78% from 579); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFB8 is #433047. Grayscale: #C6C6C6. Windows color (decimal): -4403272 or 12111804. OLE color: 12111804.

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

Color convert

RGB188207184-
CMYK0.0900.110.19
HSL109.57º19.33%76.67%-
HSV(B)109.57º11.11%81.18%-
XYZ51.758.7853.97-
YUV198.7119.71120.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 207 (81.25% from 255) = 35.75%
BLUE value IS 184 (72.27% from 255) = 31.78%
R=32.47%
G=35.75%
B=31.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882071840.0900.110.19109.5719.3376.67
HexBCCFB890B136e134d
Octal274317270110132315623115
Binary101111001100111110111000100101011100111101110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFB8; }

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

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

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

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

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

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

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

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