#B0D3B3

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

Shades of Surf #B0D3B3

Tints of Surf #B0D3B3

Color information

#B0D3B3 (or 0xB0D3B3) is unknown color: approx Surf. HEX triplet: B0, D3 and B3. RGB value is (176,211,179). Sum of RGB (Red+Green+Blue) = 176+211+179=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 179 (70.31% from 255 or 31.63% from 566); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D3B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D3B3 is #4F2C4C. Grayscale: #C4C4C4. Windows color (decimal): -5188685 or 11785136. OLE color: 11785136.

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

Color convert

RGB176211179-
CMYK0.1700.150.17
HSL125.14º28.46%75.88%-
HSV(B)125.14º16.59%82.75%-
XYZ49.3459.0751.45-
YUV196.89117.9113.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.10%
GREEN value IS 211 (82.81% from 255) = 37.28%
BLUE value IS 179 (70.31% from 255) = 31.63%
R=31.10%
G=37.28%
B=31.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1762111790.1700.150.17125.1428.4675.88
HexB0D3B3110F117d1c4c
Octal260323263210172117534114
Binary1011000011010011101100111000101111100011111101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D3B3; }

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

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

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

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

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

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

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

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