#BAF1BD

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

Shades of Fringy Flower #BAF1BD

Tints of Fringy Flower #BAF1BD

Color information

#BAF1BD (or 0xBAF1BD) is unknown color: approx Fringy Flower. HEX triplet: BA, F1 and BD. RGB value is (186,241,189). Sum of RGB (Red+Green+Blue) = 186+241+189=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1BD is #450E42. Grayscale: #DADADA. Windows color (decimal): -4525635 or 12448186. OLE color: 12448186.

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

Color convert

RGB186241189-
CMYK0.2300.220.05
HSL123.27º66.27%83.73%-
HSV(B)123.27º22.82%94.51%-
XYZ60.8977.0259.8-
YUV218.63111.28104.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.19%
GREEN value IS 241 (94.53% from 255) = 39.12%
BLUE value IS 189 (74.22% from 255) = 30.68%
R=30.19%
G=39.12%
B=30.68%

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
Decimal1862411890.2300.220.05123.2766.2783.73
HexBAF1BD1701657b4254
Octal272361275270265173102124
Binary10111010111100011011110110111010110101111101110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF1BD; }

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

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

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

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

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

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

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

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