#B6F9BF

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

Shades of Fringy Flower #B6F9BF

Tints of Fringy Flower #B6F9BF

Color information

#B6F9BF (or 0xB6F9BF) is unknown color: approx Fringy Flower. HEX triplet: B6, F9 and BF. RGB value is (182,249,191). Sum of RGB (Red+Green+Blue) = 182+249+191=622 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.26% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 249 - color contains mainly: green. Hex color #B6F9BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F9BF is #490640. Grayscale: #DEDEDE. Windows color (decimal): -4785729 or 12581302. OLE color: 12581302.

HSL color Cylindrical-coordinate representation of color #B6F9BF: hue angle of 128.06º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6F9BF is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB182249191-
CMYK0.2700.230.02
HSL128.06º84.81%84.51%-
HSV(B)128.06º26.91%97.65%-
XYZ62.5781.4661.72-
YUV222.36110.399.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.26%
GREEN value IS 249 (97.66% from 255) = 40.03%
BLUE value IS 191 (75% from 255) = 30.71%
R=29.26%
G=40.03%
B=30.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822491910.2700.230.02128.0684.8184.51
HexB6F9BF1B0172805555
Octal266371277330272200125125
Binary10110110111110011011111111011010111101000000010101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F9BF; }

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

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

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

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

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

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

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

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