#BCD9BA

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

Shades of Surf #BCD9BA

Tints of Surf #BCD9BA

Color information

#BCD9BA (or 0xBCD9BA) is unknown color: approx Surf. HEX triplet: BC, D9 and BA. RGB value is (188,217,186). Sum of RGB (Red+Green+Blue) = 188+217+186=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9BA is #432645. Grayscale: #CCCCCC. Windows color (decimal): -4400710 or 12245436. OLE color: 12245436.

HSL color Cylindrical-coordinate representation of color #BCD9BA: hue angle of 116.13º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCD9BA is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB188217186-
CMYK0.1300.140.15
HSL116.13º28.97%79.02%-
HSV(B)116.13º14.29%85.1%-
XYZ54.4163.8655.91-
YUV204.8117.39116.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.81%
GREEN value IS 217 (85.16% from 255) = 36.72%
BLUE value IS 186 (73.05% from 255) = 31.47%
R=31.81%
G=36.72%
B=31.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882171860.1300.140.15116.1328.9779.02
HexBCD9BAD0EF741d4f
Octal274331272150161716435117
Binary10111100110110011011101011010111011111110100111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD9BA; }

 p { color: rgb(188,217,186); }

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

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

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

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

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

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

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