#BCD0BF

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

Shades of Surf #BCD0BF

Tints of Surf #BCD0BF

Color information

#BCD0BF (or 0xBCD0BF) is unknown color: approx Surf. HEX triplet: BC, D0 and BF. RGB value is (188,208,191). Sum of RGB (Red+Green+Blue) = 188+208+191=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0BF is #432F40. Grayscale: #C8C8C8. Windows color (decimal): -4403009 or 12570812. OLE color: 12570812.

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

Color convert

RGB188208191-
CMYK0.1000.080.18
HSL129º17.54%77.65%-
HSV(B)129º9.62%81.57%-
XYZ52.759.5658.01-
YUV200.08122.87119.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 208 (81.64% from 255) = 35.43%
BLUE value IS 191 (75% from 255) = 32.54%
R=32.03%
G=35.43%
B=32.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882081910.1000.080.1812917.5477.65
HexBCD0BFA081281124e
Octal274320277120102220122116
Binary1011110011010000101111111010010001001010000001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD0BF; }

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

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

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

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

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

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

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

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