#B0D2B3

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

Shades of Surf #B0D2B3

Tints of Surf #B0D2B3

Color information

#B0D2B3 (or 0xB0D2B3) is unknown color: approx Surf. HEX triplet: B0, D2 and B3. RGB value is (176,210,179). Sum of RGB (Red+Green+Blue) = 176+210+179=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D2B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D2B3 is #4F2D4C. Grayscale: #C4C4C4. Windows color (decimal): -5188941 or 11784880. OLE color: 11784880.

HSL color Cylindrical-coordinate representation of color #B0D2B3: hue angle of 125.29º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0D2B3 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB176210179-
CMYK0.1600.150.18
HSL125.29º27.42%75.69%-
HSV(B)125.29º16.19%82.35%-
XYZ49.0958.5851.37-
YUV196.3118.24113.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.15%
GREEN value IS 210 (82.42% from 255) = 37.17%
BLUE value IS 179 (70.31% from 255) = 31.68%
R=31.15%
G=37.17%
B=31.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762101790.1600.150.18125.2927.4275.69
HexB0D2B3100F127d1b4c
Octal260322263200172217533114
Binary1011000011010010101100111000001111100101111101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D2B3; }

 p { color: rgb(176,210,179); }

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

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

 a { background-color: rgb(176,210,179); }

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

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

 span { border-color: rgb(176,210,179); }

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