#BCD3B9

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

Shades of Surf Crest #BCD3B9

Tints of Surf Crest #BCD3B9

Color information

#BCD3B9 (or 0xBCD3B9) is unknown color: approx Surf Crest. HEX triplet: BC, D3 and B9. RGB value is (188,211,185). Sum of RGB (Red+Green+Blue) = 188+211+185=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 211 (82.81% from 255 or 36.13% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD3B9 is #432C46. Grayscale: #C9C9C9. Windows color (decimal): -4402247 or 12178364. OLE color: 12178364.

HSL color Cylindrical-coordinate representation of color #BCD3B9: hue angle of 113.08º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCD3B9 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB188211185-
CMYK0.1100.120.17
HSL113.08º22.81%77.65%-
HSV(B)113.08º12.32%82.75%-
XYZ52.7960.7854.85-
YUV201.16118.88118.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.19%
GREEN value IS 211 (82.81% from 255) = 36.13%
BLUE value IS 185 (72.66% from 255) = 31.68%
R=32.19%
G=36.13%
B=31.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882111850.1100.120.17113.0822.8177.65
HexBCD3B9B0C1171174e
Octal274323271130142116127116
Binary101111001101001110111001101101100100011110001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD3B9; }

 p { color: rgb(188,211,185); }

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

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

 a { background-color: rgb(188,211,185); }

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

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

 span { border-color: rgb(188,211,185); }

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