#BCD3BD

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

Shades of Surf #BCD3BD

Tints of Surf #BCD3BD

Color information

#BCD3BD (or 0xBCD3BD) is unknown color: approx Surf. HEX triplet: BC, D3 and BD. RGB value is (188,211,189). Sum of RGB (Red+Green+Blue) = 188+211+189=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD3BD is #432C42. Grayscale: #C9C9C9. Windows color (decimal): -4402243 or 12440508. OLE color: 12440508.

HSL color Cylindrical-coordinate representation of color #BCD3BD: hue angle of 122.61º degrees, saturation: 0.21, 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 #BCD3BD is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB188211189-
CMYK0.1100.100.17
HSL122.61º20.72%78.24%-
HSV(B)122.61º10.9%82.75%-
XYZ53.2260.9557.1-
YUV201.61120.88118.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.97%
GREEN value IS 211 (82.81% from 255) = 35.88%
BLUE value IS 189 (74.22% from 255) = 32.14%
R=31.97%
G=35.88%
B=32.14%

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
Decimal1882111890.1100.100.17122.6120.7278.24
HexBCD3BDB0A117b154e
Octal274323275130122117325116
Binary101111001101001110111101101101010100011111011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD3BD; }

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

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

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

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

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

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

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

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