#B1D2B3

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

Shades of Surf #B1D2B3

Tints of Surf #B1D2B3

Color information

#B1D2B3 (or 0xB1D2B3) is unknown color: approx Surf. HEX triplet: B1, D2 and B3. RGB value is (177,210,179). Sum of RGB (Red+Green+Blue) = 177+210+179=566 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.27% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 179 (70.31% from 255 or 31.63% from 566); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D2B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D2B3 is #4E2D4C. Grayscale: #C4C4C4. Windows color (decimal): -5123405 or 11784881. OLE color: 11784881.

HSL color Cylindrical-coordinate representation of color #B1D2B3: hue angle of 123.64º 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 #B1D2B3 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB177210179-
CMYK0.1600.150.18
HSL123.64º26.83%75.88%-
HSV(B)123.64º15.71%82.35%-
XYZ49.3158.6951.38-
YUV196.6118.07114.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.27%
GREEN value IS 210 (82.42% from 255) = 37.10%
BLUE value IS 179 (70.31% from 255) = 31.63%
R=31.27%
G=37.10%
B=31.63%

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
Decimal1772101790.1600.150.18123.6426.8375.88
HexB1D2B3100F127c1b4c
Octal261322263200172217433114
Binary1011000111010010101100111000001111100101111100110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D2B3; }

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

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

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

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

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

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

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

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