#B3D3BB

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

Shades of Surf #B3D3BB

Tints of Surf #B3D3BB

Color information

#B3D3BB (or 0xB3D3BB) is unknown color: approx Surf. HEX triplet: B3, D3 and BB. RGB value is (179,211,187). Sum of RGB (Red+Green+Blue) = 179+211+187=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 211 - color contains mainly: green. Hex color #B3D3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D3BB is #4C2C44. Grayscale: #C6C6C6. Windows color (decimal): -4992069 or 12309427. OLE color: 12309427.

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

Color convert

RGB179211187-
CMYK0.1500.110.17
HSL135º26.67%76.47%-
HSV(B)135º15.17%82.75%-
XYZ50.8559.7655.87-
YUV198.7121.4113.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.02%
GREEN value IS 211 (82.81% from 255) = 36.57%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=31.02%
G=36.57%
B=32.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1792111870.1500.110.1713526.6776.47
HexB3D3BBF0B11871b4c
Octal263323273170132120733114
Binary1011001111010011101110111111010111000110000111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D3BB; }

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

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

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

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

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

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

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

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