#BCD4BE

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

Shades of Surf #BCD4BE

Tints of Surf #BCD4BE

Color information

#BCD4BE (or 0xBCD4BE) is unknown color: approx Surf. HEX triplet: BC, D4 and BE. RGB value is (188,212,190). Sum of RGB (Red+Green+Blue) = 188+212+190=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 212 (83.20% from 255 or 35.93% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD4BE is #432B41. Grayscale: #CACACA. Windows color (decimal): -4401986 or 12506300. OLE color: 12506300.

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

Color convert

RGB188212190-
CMYK0.1100.100.17
HSL125º21.82%78.43%-
HSV(B)125º11.32%83.14%-
XYZ53.5861.557.76-
YUV202.32121.05117.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.86%
GREEN value IS 212 (83.20% from 255) = 35.93%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=31.86%
G=35.93%
B=32.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882121900.1100.100.1712521.8278.43
HexBCD4BEB0A117d164e
Octal274324276130122117526116
Binary101111001101010010111110101101010100011111101101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD4BE; }

 p { color: rgb(188,212,190); }

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

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

 a { background-color: rgb(188,212,190); }

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

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

 span { border-color: rgb(188,212,190); }

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