#BBDCBA

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

Shades of Surf #BBDCBA

Tints of Surf #BBDCBA

Color information

#BBDCBA (or 0xBBDCBA) is unknown color: approx Surf. HEX triplet: BB, DC and BA. RGB value is (187,220,186). Sum of RGB (Red+Green+Blue) = 187+220+186=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCBA is #442345. Grayscale: #CECECE. Windows color (decimal): -4465478 or 12246203. OLE color: 12246203.

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

Color convert

RGB187220186-
CMYK0.1500.150.14
HSL118.24º32.69%79.61%-
HSV(B)118.24º15.45%86.27%-
XYZ54.9565.356.16-
YUV206.26116.57114.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.53%
GREEN value IS 220 (86.33% from 255) = 37.10%
BLUE value IS 186 (73.05% from 255) = 31.37%
R=31.53%
G=37.10%
B=31.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872201860.1500.150.14118.2432.6979.61
HexBBDCBAF0FE762150
Octal273334272170171616641120
Binary101110111101110010111010111101111111011101101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCBA; }

 p { color: rgb(187,220,186); }

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

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

 a { background-color: rgb(187,220,186); }

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

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

 span { border-color: rgb(187,220,186); }

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