#B7D3BF

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

Shades of Surf #B7D3BF

Tints of Surf #B7D3BF

Color information

#B7D3BF (or 0xB7D3BF) is unknown color: approx Surf. HEX triplet: B7, D3 and BF. RGB value is (183,211,191). Sum of RGB (Red+Green+Blue) = 183+211+191=585 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.28% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 211 - color contains mainly: green. Hex color #B7D3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D3BF is #482C40. Grayscale: #C8C8C8. Windows color (decimal): -4729921 or 12571575. OLE color: 12571575.

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

Color convert

RGB183211191-
CMYK0.1300.090.17
HSL137.14º24.14%77.25%-
HSV(B)137.14º13.27%82.75%-
XYZ52.2360.4258.2-
YUV200.35122.72115.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.28%
GREEN value IS 211 (82.81% from 255) = 36.07%
BLUE value IS 191 (75% from 255) = 32.65%
R=31.28%
G=36.07%
B=32.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1832111910.1300.090.17137.1424.1477.25
HexB7D3BFD091189184d
Octal267323277150112121130115
Binary1011011111010011101111111101010011000110001001110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D3BF; }

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

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

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

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

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

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

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

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