#B1D4B4

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

Shades of Surf #B1D4B4

Tints of Surf #B1D4B4

Color information

#B1D4B4 (or 0xB1D4B4) is unknown color: approx Surf. HEX triplet: B1, D4 and B4. RGB value is (177,212,180). Sum of RGB (Red+Green+Blue) = 177+212+180=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 212 (83.20% from 255 or 37.26% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 212 - color contains mainly: green. Hex color #B1D4B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D4B4 is #4E2B4B. Grayscale: #C5C5C5. Windows color (decimal): -5122892 or 11850929. OLE color: 11850929.

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

Color convert

RGB177212180-
CMYK0.1700.150.17
HSL125.14º28.93%76.27%-
HSV(B)125.14º16.51%83.14%-
XYZ49.9159.7352.08-
YUV197.89117.9113.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.11%
GREEN value IS 212 (83.20% from 255) = 37.26%
BLUE value IS 180 (70.70% from 255) = 31.63%
R=31.11%
G=37.26%
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
Decimal1772121800.1700.150.17125.1428.9376.27
HexB1D4B4110F117d1d4c
Octal261324264210172117535114
Binary1011000111010100101101001000101111100011111101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D4B4; }

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

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

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

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

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

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

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

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