#B1D3B7

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

Shades of Surf #B1D3B7

Tints of Surf #B1D3B7

Color information

#B1D3B7 (or 0xB1D3B7) is unknown color: approx Surf. HEX triplet: B1, D3 and B7. RGB value is (177,211,183). Sum of RGB (Red+Green+Blue) = 177+211+183=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 211 (82.81% from 255 or 36.95% from 571); Blue value is 183 (71.88% from 255 or 32.05% from 571); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D3B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D3B7 is #4E2C48. Grayscale: #C5C5C5. Windows color (decimal): -5123145 or 12047281. OLE color: 12047281.

HSL color Cylindrical-coordinate representation of color #B1D3B7: hue angle of 130.59º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1D3B7 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB177211183-
CMYK0.1600.130.17
HSL130.59º27.87%76.08%-
HSV(B)130.59º16.11%82.75%-
XYZ49.9759.3553.62-
YUV197.64119.74113.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.00%
GREEN value IS 211 (82.81% from 255) = 36.95%
BLUE value IS 183 (71.88% from 255) = 32.05%
R=31.00%
G=36.95%
B=32.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1772111830.1600.130.17130.5927.8776.08
HexB1D3B7100D11831c4c
Octal261323267200152120334114
Binary10110001110100111011011110000011011000110000011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D3B7; }

 p { color: rgb(177,211,183); }

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

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

 a { background-color: rgb(177,211,183); }

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

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

 span { border-color: rgb(177,211,183); }

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