Html Css Color HEX #BAF9BA Fringy Flower

📋 copy color: '#BAF9BA'

red 186 ◦ green 249 ◦ blue 186

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

Shades of Fringy Flower #BAF9BA

Tints of Fringy Flower #BAF9BA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.1%

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

R = 29.95%
G = 40.1%
B = 29.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#BAF9BA (or 0xBAF9BA) is known color: Fringy Flower. HEX triplet: BA, F9 and BA. RGB value is (186,249,186). Sum of RGB (Red+Green+Blue) = 186+249+186=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF9BA is #450645. Grayscale: #DFDFDF. Windows color (decimal): -4523590 or 12253626. OLE color: 12253626.

HSL color Cylindrical-coordinate representation of color #BAF9BA: hue angle of 120º 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 #BAF9BA is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 249 186 -
CMYK 0.25 0 0.25 0.02
HSL 120º 0.84% 0.85% -
HSV(B) 120º 0.25% 0.98% -
XYZ 62.99 81.74 58.91 -
YUV 222.98 107.13 101.62 -
System Red Green Blue C M Y K H S L
Decimal 186 249 186 0.25 0 0.25 0.02 120 0.84 0.85
Hex BA F9 BA 19 0 19 2 78 54 55
Octal 272 371 272 31 0 31 2 170 124 125
Binary 10111010 11111001 10111010 11001 0 11001 10 1111000 1010100 1010101

Color Harmonies of #BAF9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF9BA

Black with #BAF9BA

Text Example


Text Example

White with #BAF9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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