Html Css Color HEX #BAF6BA Fringy Flower

📋 copy color: '#BAF6BA'

red 186 ◦ green 246 ◦ blue 186

#BAF6BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #BAF6BA

Tints of Fringy Flower #BAF6BA

RGB

 RED value IS 186 (73.05% from 255) = 30.1%

 GREEN value IS 246 (96.48% from 255) = 39.81%

 BLUE value IS 186 (73.05% from 255) = 30.1%

R = 30.1%
G = 39.81%
B = 30.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#BAF6BA (or 0xBAF6BA) is known color: Fringy Flower. HEX triplet: BA, F6 and BA. RGB value is (186,246,186). Sum of RGB (Red+Green+Blue) = 186+246+186=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 246 (96.48% from 255 or 39.81% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF6BA is #450945. Grayscale: #DDDDDD. Windows color (decimal): -4524358 or 12252858. OLE color: 12252858.

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

Color convert

RGB 186 246 186 -
CMYK 0.24 0 0.24 0.04
HSL 120º 0.77% 0.85% -
HSV(B) 120º 0.24% 0.96% -
XYZ 62.07 79.9 58.6 -
YUV 221.22 108.12 102.88 -
System Red Green Blue C M Y K H S L
Decimal 186 246 186 0.24 0 0.24 0.04 120 0.77 0.85
Hex BA F6 BA 18 0 18 4 78 4D 55
Octal 272 366 272 30 0 30 4 170 115 125
Binary 10111010 11110110 10111010 11000 0 11000 100 1111000 1001101 1010101

Color Harmonies of #BAF6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF6BA

Black with #BAF6BA

Text Example


Text Example

White with #BAF6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF6BA; }

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

 H1.HeaderClassName
 {
   color: #BAF6BA;
 }
 .AnyTagClassName
 {
   color: #BAF6BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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