#B6FEBB

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

Shades of Fringy Flower #B6FEBB

Tints of Fringy Flower #B6FEBB

Color information

#B6FEBB (or 0xB6FEBB) is unknown color: approx Fringy Flower. HEX triplet: B6, FE and BB. RGB value is (182,254,187). Sum of RGB (Red+Green+Blue) = 182+254+187=623 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.21% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #B6FEBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FEBB is #490144. Grayscale: #E1E1E1. Windows color (decimal): -4784453 or 12320438. OLE color: 12320438.

HSL color Cylindrical-coordinate representation of color #B6FEBB: hue angle of 124.17º 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 #B6FEBB is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB182254187-
CMYK0.2800.260.00
HSL124.17º97.3%85.49%-
HSV(B)124.17º28.35%99.61%-
XYZ63.784.4259.95-
YUV224.83106.6597.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.21%
GREEN value IS 254 (99.61% from 255) = 40.77%
BLUE value IS 187 (73.44% from 255) = 30.02%
R=29.21%
G=40.77%
B=30.02%

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
Decimal1822541870.2800.260.00124.1797.385.49
HexB6FEBB1C01A07c6155
Octal266376273340320174141125
Binary101101101111111010111011111000110100111110011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FEBB; }

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

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

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

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

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

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

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

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