#B7CABB

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

Shades of Surf #B7CABB

Tints of Surf #B7CABB

Color information

#B7CABB (or 0xB7CABB) is unknown color: approx Surf. HEX triplet: B7, CA and BB. RGB value is (183,202,187). Sum of RGB (Red+Green+Blue) = 183+202+187=572 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.99% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CABB is #483544. Grayscale: #C2C2C2. Windows color (decimal): -4732229 or 12307127. OLE color: 12307127.

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

Color convert

RGB183202187-
CMYK0.0900.070.21
HSL132.63º15.2%75.49%-
HSV(B)132.63º9.41%79.22%-
XYZ49.6255.955.19-
YUV194.61123.71119.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.99%
GREEN value IS 202 (79.30% from 255) = 35.31%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=31.99%
G=35.31%
B=32.69%

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
Decimal1832021870.0900.070.21132.6315.275.49
HexB7CABB9071585f4b
Octal26731227311072520517113
Binary10110111110010101011101110010111101011000010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CABB; }

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

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

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

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

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

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

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

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