#B6FEBD

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

Shades of Fringy Flower #B6FEBD

Tints of Fringy Flower #B6FEBD

Color information

#B6FEBD (or 0xB6FEBD) is unknown color: approx Fringy Flower. HEX triplet: B6, FE and BD. RGB value is (182,254,189). Sum of RGB (Red+Green+Blue) = 182+254+189=625 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.12% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #B6FEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FEBD is #490142. Grayscale: #E1E1E1. Windows color (decimal): -4784451 or 12451510. OLE color: 12451510.

HSL color Cylindrical-coordinate representation of color #B6FEBD: hue angle of 125.83º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6FEBD is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB182254189-
CMYK0.2800.260.00
HSL125.83º97.3%85.49%-
HSV(B)125.83º28.35%99.61%-
XYZ63.9284.561.09-
YUV225.06107.6597.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.12%
GREEN value IS 254 (99.61% from 255) = 40.64%
BLUE value IS 189 (74.22% from 255) = 30.24%
R=29.12%
G=40.64%
B=30.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1822541890.2800.260.00125.8397.385.49
HexB6FEBD1C01A07e6155
Octal266376275340320176141125
Binary101101101111111010111101111000110100111111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FEBD; }

 p { color: rgb(182,254,189); }

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

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

 a { background-color: rgb(182,254,189); }

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

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

 span { border-color: rgb(182,254,189); }

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