#B7CAB9

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

Shades of Surf #B7CAB9

Tints of Surf #B7CAB9

Color information

#B7CAB9 (or 0xB7CAB9) is unknown color: approx Surf. HEX triplet: B7, CA and B9. RGB value is (183,202,185). Sum of RGB (Red+Green+Blue) = 183+202+185=570 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.11% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CAB9 is #483546. Grayscale: #C2C2C2. Windows color (decimal): -4732231 or 12176055. OLE color: 12176055.

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

Color convert

RGB183202185-
CMYK0.0900.080.21
HSL126.32º15.2%75.49%-
HSV(B)126.32º9.41%79.22%-
XYZ49.4155.8154.07-
YUV194.38122.71119.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.11%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 185 (72.66% from 255) = 32.46%
R=32.11%
G=35.44%
B=32.46%

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
Decimal1832021850.0900.080.21126.3215.275.49
HexB7CAB9908157ef4b
Octal267312271110102517617113
Binary10110111110010101011100110010100010101111111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CAB9; }

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

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

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

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

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

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

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

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