#B9F3BE

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

Shades of Fringy Flower #B9F3BE

Tints of Fringy Flower #B9F3BE

Color information

#B9F3BE (or 0xB9F3BE) is unknown color: approx Fringy Flower. HEX triplet: B9, F3 and BE. RGB value is (185,243,190). Sum of RGB (Red+Green+Blue) = 185+243+190=618 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.94% from 618); Green value is 243 (95.31% from 255 or 39.32% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 243 - color contains mainly: green. Hex color #B9F3BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F3BE is #460C41. Grayscale: #DBDBDB. Windows color (decimal): -4590658 or 12514233. OLE color: 12514233.

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

Color convert

RGB185243190-
CMYK0.2400.220.05
HSL125.17º70.73%83.92%-
HSV(B)125.17º23.87%95.29%-
XYZ61.3578.1360.56-
YUV219.62111.28103.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.94%
GREEN value IS 243 (95.31% from 255) = 39.32%
BLUE value IS 190 (74.61% from 255) = 30.74%
R=29.94%
G=39.32%
B=30.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852431900.2400.220.05125.1770.7383.92
HexB9F3BE1801657d4754
Octal271363276300265175107124
Binary10111001111100111011111011000010110101111110110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F3BE; }

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

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

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

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

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

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

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

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