#B3FDBE

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

Shades of Fringy Flower #B3FDBE

Tints of Fringy Flower #B3FDBE

Color information

#B3FDBE (or 0xB3FDBE) is unknown color: approx Fringy Flower. HEX triplet: B3, FD and BE. RGB value is (179,253,190). Sum of RGB (Red+Green+Blue) = 179+253+190=622 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.78% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #B3FDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FDBE is #4C0241. Grayscale: #DFDFDF. Windows color (decimal): -4981314 or 12516787. OLE color: 12516787.

HSL color Cylindrical-coordinate representation of color #B3FDBE: hue angle of 128.92º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FDBE is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB179253190-
CMYK0.2900.250.01
HSL128.92º94.87%84.71%-
HSV(B)128.92º29.25%99.22%-
XYZ63.0183.5561.52-
YUV223.69108.9896.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.78%
GREEN value IS 253 (99.22% from 255) = 40.68%
BLUE value IS 190 (74.61% from 255) = 30.55%
R=28.78%
G=40.68%
B=30.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792531900.2900.250.01128.9294.8784.71
HexB3FDBE1D0191815f55
Octal263375276350311201137125
Binary1011001111111101101111101110101100111000000110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FDBE; }

 p { color: rgb(179,253,190); }

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

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

 a { background-color: rgb(179,253,190); }

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

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

 span { border-color: rgb(179,253,190); }

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