#BAFFBA

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

Shades of Fringy Flower #BAFFBA

Tints of Fringy Flower #BAFFBA

Color information

#BAFFBA (or 0xBAFFBA) is unknown color: approx Fringy Flower. HEX triplet: BA, FF and BA. RGB value is (186,255,186). Sum of RGB (Red+Green+Blue) = 186+255+186=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFBA is #450045. Grayscale: #E2E2E2. Windows color (decimal): -4522054 or 12255162. OLE color: 12255162.

HSL color Cylindrical-coordinate representation of color #BAFFBA: hue angle of 120º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFBA is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB186255186-
CMYK0.2700.270
HSL120º100%86.47%-
HSV(B)120º27.06%100%-
XYZ64.8785.559.54-
YUV226.5105.1499.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.67%
GREEN value IS 255 (100% from 255) = 40.67%
BLUE value IS 186 (73.05% from 255) = 29.67%
R=29.67%
G=40.67%
B=29.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862551860.2700.27012010086.47
HexBAFFBA1B01B0786456
Octal272377272330330170144126
Binary101110101111111110111010110110110110111100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFFBA; }

 p { color: rgb(186,255,186); }

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

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

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

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

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

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

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