#B3DDBB

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

Shades of Fringy Flower #B3DDBB

Tints of Fringy Flower #B3DDBB

Color information

#B3DDBB (or 0xB3DDBB) is unknown color: approx Fringy Flower. HEX triplet: B3, DD and BB. RGB value is (179,221,187). Sum of RGB (Red+Green+Blue) = 179+221+187=587 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.49% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DDBB is #4C2244. Grayscale: #CCCCCC. Windows color (decimal): -4989509 or 12311987. OLE color: 12311987.

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

Color convert

RGB179221187-
CMYK0.1900.150.13
HSL131.43º38.18%78.43%-
HSV(B)131.43º19%86.67%-
XYZ53.4264.8856.72-
YUV204.57118.09109.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.49%
GREEN value IS 221 (86.72% from 255) = 37.65%
BLUE value IS 187 (73.44% from 255) = 31.86%
R=30.49%
G=37.65%
B=31.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1792211870.1900.150.13131.4338.1878.43
HexB3DDBB130FD83264e
Octal263335273230171520346116
Binary10110011110111011011101110011011111101100000111001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DDBB; }

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

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

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

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

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

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

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

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