#B7CCB9

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

Shades of Surf #B7CCB9

Tints of Surf #B7CCB9

Color information

#B7CCB9 (or 0xB7CCB9) is unknown color: approx Surf. HEX triplet: B7, CC and B9. RGB value is (183,204,185). Sum of RGB (Red+Green+Blue) = 183+204+185=572 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.99% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CCB9 is #483346. Grayscale: #C3C3C3. Windows color (decimal): -4731719 or 12176567. OLE color: 12176567.

HSL color Cylindrical-coordinate representation of color #B7CCB9: hue angle of 125.71º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7CCB9 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB183204185-
CMYK0.1000.090.2
HSL125.71º17.07%75.88%-
HSV(B)125.71º10.29%80%-
XYZ49.8856.7654.23-
YUV195.55122.04119.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.99%
GREEN value IS 204 (80.08% from 255) = 35.66%
BLUE value IS 185 (72.66% from 255) = 32.34%
R=31.99%
G=35.66%
B=32.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1832041850.1000.090.2125.7117.0775.88
HexB7CCB9A09147e114c
Octal267314271120112417621114
Binary101101111100110010111001101001001101001111110100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CCB9; }

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

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

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

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

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

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

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

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