#BAF3B9

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

Shades of Fringy Flower #BAF3B9

Tints of Fringy Flower #BAF3B9

Color information

#BAF3B9 (or 0xBAF3B9) is unknown color: approx Fringy Flower. HEX triplet: BA, F3 and B9. RGB value is (186,243,185). Sum of RGB (Red+Green+Blue) = 186+243+185=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 243 (95.31% from 255 or 39.58% from 614); Blue value is 185 (72.66% from 255 or 30.13% from 614); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF3B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF3B9 is #450C46. Grayscale: #DBDBDB. Windows color (decimal): -4525127 or 12186554. OLE color: 12186554.

HSL color Cylindrical-coordinate representation of color #BAF3B9: hue angle of 118.97º 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 #BAF3B9 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB186243185-
CMYK0.2300.240.05
HSL118.97º70.73%83.92%-
HSV(B)118.97º23.87%95.29%-
XYZ61.0678.0457.74-
YUV219.34108.62104.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.29%
GREEN value IS 243 (95.31% from 255) = 39.58%
BLUE value IS 185 (72.66% from 255) = 30.13%
R=30.29%
G=39.58%
B=30.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862431850.2300.240.05118.9770.7383.92
HexBAF3B9170185774754
Octal272363271270305167107124
Binary10111010111100111011100110111011000101111011110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF3B9; }

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

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

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

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

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

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

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

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