#B7D3BA

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

Shades of Surf #B7D3BA

Tints of Surf #B7D3BA

Color information

#B7D3BA (or 0xB7D3BA) is unknown color: approx Surf. HEX triplet: B7, D3 and BA. RGB value is (183,211,186). Sum of RGB (Red+Green+Blue) = 183+211+186=580 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.55% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 211 - color contains mainly: green. Hex color #B7D3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D3BA is #482C45. Grayscale: #C7C7C7. Windows color (decimal): -4729926 or 12243895. OLE color: 12243895.

HSL color Cylindrical-coordinate representation of color #B7D3BA: hue angle of 126.43º 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 #B7D3BA is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB183211186-
CMYK0.1300.120.17
HSL126.43º24.14%77.25%-
HSV(B)126.43º13.27%82.75%-
XYZ51.6960.255.35-
YUV199.78120.22116.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.55%
GREEN value IS 211 (82.81% from 255) = 36.38%
BLUE value IS 186 (73.05% from 255) = 32.07%
R=31.55%
G=36.38%
B=32.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1832111860.1300.120.17126.4324.1477.25
HexB7D3BAD0C117e184d
Octal267323272150142117630115
Binary101101111101001110111010110101100100011111110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D3BA; }

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

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

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

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

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

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

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

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