#BCD0B9

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

Shades of Surf Crest #BCD0B9

Tints of Surf Crest #BCD0B9

Color information

#BCD0B9 (or 0xBCD0B9) is unknown color: approx Surf Crest. HEX triplet: BC, D0 and B9. RGB value is (188,208,185). Sum of RGB (Red+Green+Blue) = 188+208+185=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0B9 is #432F46. Grayscale: #C7C7C7. Windows color (decimal): -4403015 or 12177596. OLE color: 12177596.

HSL color Cylindrical-coordinate representation of color #BCD0B9: hue angle of 112.17º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCD0B9 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB188208185-
CMYK0.1000.110.18
HSL112.17º19.66%77.06%-
HSV(B)112.17º11.06%81.57%-
XYZ52.0559.3154.6-
YUV199.4119.87119.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.36%
GREEN value IS 208 (81.64% from 255) = 35.80%
BLUE value IS 185 (72.66% from 255) = 31.84%
R=32.36%
G=35.80%
B=31.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882081850.1000.110.18112.1719.6677.06
HexBCD0B9A0B1270144d
Octal274320271120132216024115
Binary101111001101000010111001101001011100101110000101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD0B9; }

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

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

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

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

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

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

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

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