#BAF9BD

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

Shades of Fringy Flower #BAF9BD

Tints of Fringy Flower #BAF9BD

Color information

#BAF9BD (or 0xBAF9BD) is unknown color: approx Fringy Flower. HEX triplet: BA, F9 and BD. RGB value is (186,249,189). Sum of RGB (Red+Green+Blue) = 186+249+189=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 249 (97.66% from 255 or 39.90% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF9BD is #450642. Grayscale: #DFDFDF. Windows color (decimal): -4523587 or 12450234. OLE color: 12450234.

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

Color convert

RGB186249189-
CMYK0.2500.240.02
HSL122.86º84%85.29%-
HSV(B)122.86º25.3%97.65%-
XYZ63.3181.8660.61-
YUV223.32108.63101.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.81%
GREEN value IS 249 (97.66% from 255) = 39.90%
BLUE value IS 189 (74.22% from 255) = 30.29%
R=29.81%
G=39.90%
B=30.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862491890.2500.240.02122.868485.29
HexBAF9BD1901827b5455
Octal272371275310302173124125
Binary1011101011111001101111011100101100010111101110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF9BD; }

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

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

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

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

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

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

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

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