#B7DABA

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

Shades of Surf #B7DABA

Tints of Surf #B7DABA

Color information

#B7DABA (or 0xB7DABA) is unknown color: approx Surf. HEX triplet: B7, DA and BA. RGB value is (183,218,186). Sum of RGB (Red+Green+Blue) = 183+218+186=587 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.18% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #B7DABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DABA is #482545. Grayscale: #CBCBCB. Windows color (decimal): -4728134 or 12245687. OLE color: 12245687.

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

Color convert

RGB183218186-
CMYK0.1600.150.15
HSL125.14º32.11%78.63%-
HSV(B)125.14º16.06%85.49%-
XYZ53.4663.7655.94-
YUV203.89117.9113.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.18%
GREEN value IS 218 (85.55% from 255) = 37.14%
BLUE value IS 186 (73.05% from 255) = 31.69%
R=31.18%
G=37.14%
B=31.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1832181860.1600.150.15125.1432.1178.63
HexB7DABA100FF7d204f
Octal267332272200171717540117
Binary1011011111011010101110101000001111111111111011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DABA; }

 p { color: rgb(183,218,186); }

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

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

 a { background-color: rgb(183,218,186); }

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

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

 span { border-color: rgb(183,218,186); }

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