#BAF2BD

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

Shades of Fringy Flower #BAF2BD

Tints of Fringy Flower #BAF2BD

Color information

#BAF2BD (or 0xBAF2BD) is unknown color: approx Fringy Flower. HEX triplet: BA, F2 and BD. RGB value is (186,242,189). Sum of RGB (Red+Green+Blue) = 186+242+189=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF2BD is #450D42. Grayscale: #DBDBDB. Windows color (decimal): -4525379 or 12448442. OLE color: 12448442.

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

Color convert

RGB186242189-
CMYK0.2300.220.05
HSL123.21º68.29%83.92%-
HSV(B)123.21º23.14%94.9%-
XYZ61.1977.6259.9-
YUV219.21110.95104.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.15%
GREEN value IS 242 (94.92% from 255) = 39.22%
BLUE value IS 189 (74.22% from 255) = 30.63%
R=30.15%
G=39.22%
B=30.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862421890.2300.220.05123.2168.2983.92
HexBAF2BD1701657b4454
Octal272362275270265173104124
Binary10111010111100101011110110111010110101111101110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF2BD; }

 p { color: rgb(186,242,189); }

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

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

 a { background-color: rgb(186,242,189); }

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

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

 span { border-color: rgb(186,242,189); }

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