#BCD5BB

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

Shades of Surf #BCD5BB

Tints of Surf #BCD5BB

Color information

#BCD5BB (or 0xBCD5BB) is unknown color: approx Surf. HEX triplet: BC, D5 and BB. RGB value is (188,213,187). Sum of RGB (Red+Green+Blue) = 188+213+187=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5BB is #432A44. Grayscale: #CACACA. Windows color (decimal): -4401733 or 12309948. OLE color: 12309948.

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

Color convert

RGB188213187-
CMYK0.1200.120.16
HSL117.69º23.64%78.43%-
HSV(B)117.69º12.21%83.53%-
XYZ53.561.8756.14-
YUV202.56119.22117.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.97%
GREEN value IS 213 (83.59% from 255) = 36.22%
BLUE value IS 187 (73.44% from 255) = 31.80%
R=31.97%
G=36.22%
B=31.80%

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
Decimal1882131870.1200.120.16117.6923.6478.43
HexBCD5BBC0C1076184e
Octal274325273140142016630116
Binary101111001101010110111011110001100100001110110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD5BB; }

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

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

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

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

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

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

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

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