#BAF1BB

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

Shades of Fringy Flower #BAF1BB

Tints of Fringy Flower #BAF1BB

Color information

#BAF1BB (or 0xBAF1BB) is unknown color: approx Fringy Flower. HEX triplet: BA, F1 and BB. RGB value is (186,241,187). Sum of RGB (Red+Green+Blue) = 186+241+187=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1BB is #450E44. Grayscale: #DADADA. Windows color (decimal): -4525637 or 12317114. OLE color: 12317114.

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

Color convert

RGB186241187-
CMYK0.2300.220.05
HSL121.09º66.27%83.73%-
HSV(B)121.09º22.82%94.51%-
XYZ60.6776.9458.67-
YUV218.4110.28104.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.29%
GREEN value IS 241 (94.53% from 255) = 39.25%
BLUE value IS 187 (73.44% from 255) = 30.46%
R=30.29%
G=39.25%
B=30.46%

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
Decimal1862411870.2300.220.05121.0966.2783.73
HexBAF1BB170165794254
Octal272361273270265171102124
Binary10111010111100011011101110111010110101111100110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF1BB; }

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

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

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

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

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

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

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

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