#B7C9BA

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

Shades of Surf #B7C9BA

Tints of Surf #B7C9BA

Color information

#B7C9BA (or 0xB7C9BA) is unknown color: approx Surf. HEX triplet: B7, C9 and BA. RGB value is (183,201,186). Sum of RGB (Red+Green+Blue) = 183+201+186=570 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.11% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 201 - color contains mainly: green. Hex color #B7C9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C9BA is #483645. Grayscale: #C1C1C1. Windows color (decimal): -4732486 or 12241335. OLE color: 12241335.

HSL color Cylindrical-coordinate representation of color #B7C9BA: hue angle of 130º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7C9BA is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB183201186-
CMYK0.0900.070.21
HSL130º14.29%75.29%-
HSV(B)130º8.96%78.82%-
XYZ49.2855.3954.55-
YUV193.91123.54120.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.11%
GREEN value IS 201 (78.91% from 255) = 35.26%
BLUE value IS 186 (73.05% from 255) = 32.63%
R=32.11%
G=35.26%
B=32.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1832011860.0900.070.2113014.2975.29
HexB7C9BA9071582e4b
Octal26731127211072520216113
Binary10110111110010011011101010010111101011000001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C9BA; }

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

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

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

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

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

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

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

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