#B5CAB7

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

Shades of Surf #B5CAB7

Tints of Surf #B5CAB7

Color information

#B5CAB7 (or 0xB5CAB7) is unknown color: approx Surf. HEX triplet: B5, CA and B7. RGB value is (181,202,183). Sum of RGB (Red+Green+Blue) = 181+202+183=566 (74% of max value = 765). Red value is 181 (71.09% from 255 or 31.98% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 183 (71.88% from 255 or 32.33% from 566); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CAB7 is #4A3548. Grayscale: #C1C1C1. Windows color (decimal): -4863305 or 12044981. OLE color: 12044981.

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

Color convert

RGB181202183-
CMYK0.1000.090.21
HSL125.71º16.54%75.1%-
HSV(B)125.71º10.4%79.22%-
XYZ48.7255.4852.94-
YUV193.55122.04119.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.98%
GREEN value IS 202 (79.30% from 255) = 35.69%
BLUE value IS 183 (71.88% from 255) = 32.33%
R=31.98%
G=35.69%
B=32.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1812021830.1000.090.21125.7116.5475.1
HexB5CAB7A09157e114b
Octal265312267120112517621113
Binary101101011100101010110111101001001101011111110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CAB7; }

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

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

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

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

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

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

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

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