#B6FDBE

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

Shades of Fringy Flower #B6FDBE

Tints of Fringy Flower #B6FDBE

Color information

#B6FDBE (or 0xB6FDBE) is unknown color: approx Fringy Flower. HEX triplet: B6, FD and BE. RGB value is (182,253,190). Sum of RGB (Red+Green+Blue) = 182+253+190=625 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.12% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #B6FDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FDBE is #490241. Grayscale: #E0E0E0. Windows color (decimal): -4784706 or 12516790. OLE color: 12516790.

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

Color convert

RGB182253190-
CMYK0.2800.250.01
HSL126.76º94.67%85.29%-
HSV(B)126.76º28.06%99.22%-
XYZ63.7183.9161.55-
YUV224.59108.4897.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.12%
GREEN value IS 253 (99.22% from 255) = 40.48%
BLUE value IS 190 (74.61% from 255) = 30.4%
R=29.12%
G=40.48%
B=30.4%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822531900.2800.250.01126.7694.6785.29
HexB6FDBE1C01917f5f55
Octal266375276340311177137125
Binary101101101111110110111110111000110011111111110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FDBE; }

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

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

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

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

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

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

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

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