#B0D4B4

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

Shades of Surf #B0D4B4

Tints of Surf #B0D4B4

Color information

#B0D4B4 (or 0xB0D4B4) is unknown color: approx Surf. HEX triplet: B0, D4 and B4. RGB value is (176,212,180). Sum of RGB (Red+Green+Blue) = 176+212+180=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 212 - color contains mainly: green. Hex color #B0D4B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D4B4 is #4F2B4B. Grayscale: #C5C5C5. Windows color (decimal): -5188428 or 11850928. OLE color: 11850928.

HSL color Cylindrical-coordinate representation of color #B0D4B4: hue angle of 126.67º degrees, saturation: 0.3, 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 #B0D4B4 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB176212180-
CMYK0.1700.150.17
HSL126.67º29.51%76.08%-
HSV(B)126.67º16.98%83.14%-
XYZ49.6959.6152.07-
YUV197.59118.07112.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.99%
GREEN value IS 212 (83.20% from 255) = 37.32%
BLUE value IS 180 (70.70% from 255) = 31.69%
R=30.99%
G=37.32%
B=31.69%

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
Decimal1762121800.1700.150.17126.6729.5176.08
HexB0D4B4110F117f1e4c
Octal260324264210172117736114
Binary1011000011010100101101001000101111100011111111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D4B4; }

 p { color: rgb(176,212,180); }

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

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

 a { background-color: rgb(176,212,180); }

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

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

 span { border-color: rgb(176,212,180); }

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