#B7D0BA

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

Shades of Surf #B7D0BA

Tints of Surf #B7D0BA

Color information

#B7D0BA (or 0xB7D0BA) is unknown color: approx Surf. HEX triplet: B7, D0 and BA. RGB value is (183,208,186). Sum of RGB (Red+Green+Blue) = 183+208+186=577 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.72% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D0BA is #482F45. Grayscale: #C6C6C6. Windows color (decimal): -4730694 or 12243127. OLE color: 12243127.

HSL color Cylindrical-coordinate representation of color #B7D0BA: hue angle of 127.2º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7D0BA is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB183208186-
CMYK0.1200.110.18
HSL127.2º21.01%76.67%-
HSV(B)127.2º12.02%81.57%-
XYZ50.9558.7255.1-
YUV198.02121.22117.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.72%
GREEN value IS 208 (81.64% from 255) = 36.05%
BLUE value IS 186 (73.05% from 255) = 32.24%
R=31.72%
G=36.05%
B=32.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1832081860.1200.110.18127.221.0176.67
HexB7D0BAC0B127f154d
Octal267320272140132217725115
Binary101101111101000010111010110001011100101111111101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D0BA; }

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

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

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

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

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

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

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

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