#B6F1BF

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

Shades of Fringy Flower #B6F1BF

Tints of Fringy Flower #B6F1BF

Color information

#B6F1BF (or 0xB6F1BF) is unknown color: approx Fringy Flower. HEX triplet: B6, F1 and BF. RGB value is (182,241,191). Sum of RGB (Red+Green+Blue) = 182+241+191=614 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.64% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #B6F1BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F1BF is #490E40. Grayscale: #D9D9D9. Windows color (decimal): -4787777 or 12579254. OLE color: 12579254.

HSL color Cylindrical-coordinate representation of color #B6F1BF: hue angle of 129.15º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6F1BF is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB182241191-
CMYK0.2400.210.05
HSL129.15º67.82%82.94%-
HSV(B)129.15º24.48%94.51%-
XYZ60.1576.6260.91-
YUV217.66112.95102.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.64%
GREEN value IS 241 (94.53% from 255) = 39.25%
BLUE value IS 191 (75% from 255) = 31.11%
R=29.64%
G=39.25%
B=31.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822411910.2400.210.05129.1567.8282.94
HexB6F1BF180155814453
Octal266361277300255201104123
Binary101101101111000110111111110000101011011000000110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F1BF; }

 p { color: rgb(182,241,191); }

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

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

 a { background-color: rgb(182,241,191); }

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

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

 span { border-color: rgb(182,241,191); }

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