#BCD6BD

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

Shades of Surf #BCD6BD

Tints of Surf #BCD6BD

Color information

#BCD6BD (or 0xBCD6BD) is unknown color: approx Surf. HEX triplet: BC, D6 and BD. RGB value is (188,214,189). Sum of RGB (Red+Green+Blue) = 188+214+189=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6BD is #432942. Grayscale: #CBCBCB. Windows color (decimal): -4401475 or 12441276. OLE color: 12441276.

HSL color Cylindrical-coordinate representation of color #BCD6BD: hue angle of 122.31º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCD6BD is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB188214189-
CMYK0.1200.120.16
HSL122.31º24.07%78.82%-
HSV(B)122.31º12.15%83.92%-
XYZ53.9762.4657.36-
YUV203.38119.89117.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.81%
GREEN value IS 214 (83.98% from 255) = 36.21%
BLUE value IS 189 (74.22% from 255) = 31.98%
R=31.81%
G=36.21%
B=31.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882141890.1200.120.16122.3124.0778.82
HexBCD6BDC0C107a184f
Octal274326275140142017230117
Binary101111001101011010111101110001100100001111010110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD6BD; }

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

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

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

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

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

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

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

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