#B3DBB7

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

Shades of Fringy Flower #B3DBB7

Tints of Fringy Flower #B3DBB7

Color information

#B3DBB7 (or 0xB3DBB7) is unknown color: approx Fringy Flower. HEX triplet: B3, DB and B7. RGB value is (179,219,183). Sum of RGB (Red+Green+Blue) = 179+219+183=581 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.81% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #B3DBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DBB7 is #4C2448. Grayscale: #CBCBCB. Windows color (decimal): -4990025 or 12049331. OLE color: 12049331.

HSL color Cylindrical-coordinate representation of color #B3DBB7: hue angle of 126º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3DBB7 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB179219183-
CMYK0.1800.160.14
HSL126º35.71%78.04%-
HSV(B)126º18.26%85.88%-
XYZ52.4763.6754.32-
YUV202.94116.75110.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.81%
GREEN value IS 219 (85.94% from 255) = 37.69%
BLUE value IS 183 (71.88% from 255) = 31.50%
R=30.81%
G=37.69%
B=31.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1792191830.1800.160.1412635.7178.04
HexB3DBB712010E7e244e
Octal263333267220201617644116
Binary10110011110110111011011110010010000111011111101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DBB7; }

 p { color: rgb(179,219,183); }

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

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

 a { background-color: rgb(179,219,183); }

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

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

 span { border-color: rgb(179,219,183); }

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