#B6FFBD

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

Shades of Fringy Flower #B6FFBD

Tints of Fringy Flower #B6FFBD

Color information

#B6FFBD (or 0xB6FFBD) is unknown color: approx Fringy Flower. HEX triplet: B6, FF and BD. RGB value is (182,255,189). Sum of RGB (Red+Green+Blue) = 182+255+189=626 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.07% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFBD is #490042. Grayscale: #E1E1E1. Windows color (decimal): -4784195 or 12451766. OLE color: 12451766.

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

Color convert

RGB182255189-
CMYK0.2900.260
HSL125.75º100%85.69%-
HSV(B)125.75º28.63%100%-
XYZ64.2485.1461.19-
YUV225.65107.3296.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.07%
GREEN value IS 255 (100% from 255) = 40.73%
BLUE value IS 189 (74.22% from 255) = 30.19%
R=29.07%
G=40.73%
B=30.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822551890.2900.260125.7510085.69
HexB6FFBD1D01A07e6456
Octal266377275350320176144126
Binary101101101111111110111101111010110100111111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FFBD; }

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

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

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

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

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

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

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

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