#BCD5BC

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

Shades of Surf #BCD5BC

Tints of Surf #BCD5BC

Color information

#BCD5BC (or 0xBCD5BC) is unknown color: approx Surf. HEX triplet: BC, D5 and BC. RGB value is (188,213,188). Sum of RGB (Red+Green+Blue) = 188+213+188=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5BC is #432A43. Grayscale: #CACACA. Windows color (decimal): -4401732 or 12375484. OLE color: 12375484.

HSL color Cylindrical-coordinate representation of color #BCD5BC: hue angle of 120º degrees, saturation: 0.23, 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 #BCD5BC is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB188213188-
CMYK0.1200.120.16
HSL120º22.94%78.63%-
HSV(B)120º11.74%83.53%-
XYZ53.6161.9156.7-
YUV202.68119.72117.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 213 (83.59% from 255) = 36.16%
BLUE value IS 188 (73.83% from 255) = 31.92%
R=31.92%
G=36.16%
B=31.92%

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
Decimal1882131880.1200.120.1612022.9478.63
HexBCD5BCC0C1078174f
Octal274325274140142017027117
Binary101111001101010110111100110001100100001111000101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD5BC; }

 p { color: rgb(188,213,188); }

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

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

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

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

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

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

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