#B7D9BA

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

Shades of Surf #B7D9BA

Tints of Surf #B7D9BA

Color information

#B7D9BA (or 0xB7D9BA) is unknown color: approx Surf. HEX triplet: B7, D9 and BA. RGB value is (183,217,186). Sum of RGB (Red+Green+Blue) = 183+217+186=586 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.23% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D9BA is #482645. Grayscale: #CBCBCB. Windows color (decimal): -4728390 or 12245431. OLE color: 12245431.

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

Color convert

RGB183217186-
CMYK0.1600.140.15
HSL125.29º30.91%78.43%-
HSV(B)125.29º15.67%85.1%-
XYZ53.263.2455.86-
YUV203.3118.24113.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.23%
GREEN value IS 217 (85.16% from 255) = 37.03%
BLUE value IS 186 (73.05% from 255) = 31.74%
R=31.23%
G=37.03%
B=31.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1832171860.1600.140.15125.2930.9178.43
HexB7D9BA100EF7d1f4e
Octal267331272200161717537116
Binary101101111101100110111010100000111011111111101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D9BA; }

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

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

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

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

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

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

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

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