#B6F3B9

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

Shades of Fringy Flower #B6F3B9

Tints of Fringy Flower #B6F3B9

Color information

#B6F3B9 (or 0xB6F3B9) is unknown color: approx Fringy Flower. HEX triplet: B6, F3 and B9. RGB value is (182,243,185). Sum of RGB (Red+Green+Blue) = 182+243+185=610 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.84% from 610); Green value is 243 (95.31% from 255 or 39.84% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 243 - color contains mainly: green. Hex color #B6F3B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F3B9 is #490C46. Grayscale: #DADADA. Windows color (decimal): -4787271 or 12186550. OLE color: 12186550.

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

Color convert

RGB182243185-
CMYK0.2500.240.05
HSL122.95º71.76%83.33%-
HSV(B)122.95º25.1%95.29%-
XYZ60.177.5557.7-
YUV218.15109.29102.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.84%
GREEN value IS 243 (95.31% from 255) = 39.84%
BLUE value IS 185 (72.66% from 255) = 30.33%
R=29.84%
G=39.84%
B=30.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822431850.2500.240.05122.9571.7683.33
HexB6F3B91901857b4853
Octal266363271310305173110123
Binary10110110111100111011100111001011000101111101110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F3B9; }

 p { color: rgb(182,243,185); }

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

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

 a { background-color: rgb(182,243,185); }

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

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

 span { border-color: rgb(182,243,185); }

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