#B7C9B9

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

Shades of Surf #B7C9B9

Tints of Surf #B7C9B9

Color information

#B7C9B9 (or 0xB7C9B9) is unknown color: approx Surf. HEX triplet: B7, C9 and B9. RGB value is (183,201,185). Sum of RGB (Red+Green+Blue) = 183+201+185=569 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.16% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 185 (72.66% from 255 or 32.51% from 569); Max value from RGB is 201 - color contains mainly: green. Hex color #B7C9B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C9B9 is #483646. Grayscale: #C1C1C1. Windows color (decimal): -4732487 or 12175799. OLE color: 12175799.

HSL color Cylindrical-coordinate representation of color #B7C9B9: hue angle of 126.67º 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 #B7C9B9 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB183201185-
CMYK0.0900.080.21
HSL126.67º14.29%75.29%-
HSV(B)126.67º8.96%78.82%-
XYZ49.1755.3453.99-
YUV193.79123.04120.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.16%
GREEN value IS 201 (78.91% from 255) = 35.33%
BLUE value IS 185 (72.66% from 255) = 32.51%
R=32.16%
G=35.33%
B=32.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1832011850.0900.080.21126.6714.2975.29
HexB7C9B9908157fe4b
Octal267311271110102517716113
Binary10110111110010011011100110010100010101111111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C9B9; }

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

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

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

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

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

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

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

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