#BCDBBA

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

Shades of Surf #BCDBBA

Tints of Surf #BCDBBA

Color information

#BCDBBA (or 0xBCDBBA) is unknown color: approx Surf. HEX triplet: BC, DB and BA. RGB value is (188,219,186). Sum of RGB (Red+Green+Blue) = 188+219+186=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBBA is #432445. Grayscale: #CECECE. Windows color (decimal): -4400198 or 12245948. OLE color: 12245948.

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

Color convert

RGB188219186-
CMYK0.1400.150.14
HSL116.36º31.43%79.41%-
HSV(B)116.36º15.07%85.88%-
XYZ54.9364.956.09-
YUV205.97116.73115.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.70%
GREEN value IS 219 (85.94% from 255) = 36.93%
BLUE value IS 186 (73.05% from 255) = 31.37%
R=31.70%
G=36.93%
B=31.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882191860.1400.150.14116.3631.4379.41
HexBCDBBAE0FE741f4f
Octal274333272160171616437117
Binary10111100110110111011101011100111111101110100111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBBA; }

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

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

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

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

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

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

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

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