#B3DDBA

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

Shades of Fringy Flower #B3DDBA

Tints of Fringy Flower #B3DDBA

Color information

#B3DDBA (or 0xB3DDBA) is unknown color: approx Fringy Flower. HEX triplet: B3, DD and BA. RGB value is (179,221,186). Sum of RGB (Red+Green+Blue) = 179+221+186=586 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.55% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DDBA is #4C2245. Grayscale: #CCCCCC. Windows color (decimal): -4989510 or 12246451. OLE color: 12246451.

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

Color convert

RGB179221186-
CMYK0.1900.160.13
HSL130º38.18%78.43%-
HSV(B)130º19%86.67%-
XYZ53.3164.8456.16-
YUV204.45117.59109.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.55%
GREEN value IS 221 (86.72% from 255) = 37.71%
BLUE value IS 186 (73.05% from 255) = 31.74%
R=30.55%
G=37.71%
B=31.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1792211860.1900.160.1313038.1878.43
HexB3DDBA13010D82264e
Octal263335272230201520246116
Binary101100111101110110111010100110100001101100000101001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DDBA; }

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

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

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

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

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

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

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

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