#B3D7BB

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

Shades of Surf #B3D7BB

Tints of Surf #B3D7BB

Color information

#B3D7BB (or 0xB3D7BB) is unknown color: approx Surf. HEX triplet: B3, D7 and BB. RGB value is (179,215,187). Sum of RGB (Red+Green+Blue) = 179+215+187=581 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.81% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 215 - color contains mainly: green. Hex color #B3D7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D7BB is #4C2844. Grayscale: #C9C9C9. Windows color (decimal): -4991045 or 12310451. OLE color: 12310451.

HSL color Cylindrical-coordinate representation of color #B3D7BB: hue angle of 133.33º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3D7BB is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB179215187-
CMYK0.1700.130.16
HSL133.33º31.03%77.25%-
HSV(B)133.33º16.74%84.31%-
XYZ51.8661.7756.2-
YUV201.04120.07112.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.81%
GREEN value IS 215 (84.38% from 255) = 37.01%
BLUE value IS 187 (73.44% from 255) = 32.19%
R=30.81%
G=37.01%
B=32.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1792151870.1700.130.16133.3331.0377.25
HexB3D7BB110D10851f4d
Octal263327273210152020537115
Binary10110011110101111011101110001011011000010000101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D7BB; }

 p { color: rgb(179,215,187); }

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

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

 a { background-color: rgb(179,215,187); }

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

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

 span { border-color: rgb(179,215,187); }

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