#B3DDBF

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

Shades of Fringy Flower #B3DDBF

Tints of Fringy Flower #B3DDBF

Color information

#B3DDBF (or 0xB3DDBF) is unknown color: approx Fringy Flower. HEX triplet: B3, DD and BF. RGB value is (179,221,191). Sum of RGB (Red+Green+Blue) = 179+221+191=591 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.29% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DDBF is #4C2240. Grayscale: #CDCDCD. Windows color (decimal): -4989505 or 12574131. OLE color: 12574131.

HSL color Cylindrical-coordinate representation of color #B3DDBF: hue angle of 137.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3DDBF is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB179221191-
CMYK0.1900.140.13
HSL137.14º38.18%78.43%-
HSV(B)137.14º19%86.67%-
XYZ53.8565.0659.01-
YUV205.02120.09109.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.29%
GREEN value IS 221 (86.72% from 255) = 37.39%
BLUE value IS 191 (75% from 255) = 32.32%
R=30.29%
G=37.39%
B=32.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1792211910.1900.140.13137.1438.1878.43
HexB3DDBF130ED89264e
Octal263335277230161521146116
Binary10110011110111011011111110011011101101100010011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DDBF; }

 p { color: rgb(179,221,191); }

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

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

 a { background-color: rgb(179,221,191); }

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

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

 span { border-color: rgb(179,221,191); }

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