#BCD8B7

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

Shades of Surf Crest #BCD8B7

Tints of Surf Crest #BCD8B7

Color information

#BCD8B7 (or 0xBCD8B7) is unknown color: approx Surf Crest. HEX triplet: BC, D8 and B7. RGB value is (188,216,183). Sum of RGB (Red+Green+Blue) = 188+216+183=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 183 (71.88% from 255 or 31.18% from 587); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD8B7 is #432748. Grayscale: #CBCBCB. Windows color (decimal): -4400969 or 12048572. OLE color: 12048572.

HSL color Cylindrical-coordinate representation of color #BCD8B7: hue angle of 110.91º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCD8B7 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB188216183-
CMYK0.1300.150.15
HSL110.91º29.73%78.24%-
HSV(B)110.91º15.28%84.71%-
XYZ53.8463.2254.17-
YUV203.87116.22116.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 216 (84.77% from 255) = 36.80%
BLUE value IS 183 (71.88% from 255) = 31.18%
R=32.03%
G=36.80%
B=31.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882161830.1300.150.15110.9129.7378.24
HexBCD8B7D0FF6f1e4e
Octal274330267150171715736116
Binary10111100110110001011011111010111111111101111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD8B7; }

 p { color: rgb(188,216,183); }

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

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

 a { background-color: rgb(188,216,183); }

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

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

 span { border-color: rgb(188,216,183); }

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