Html Css Color HEX #BAF7BA Fringy Flower

📋 copy color: '#BAF7BA'

red 186 ◦ green 247 ◦ blue 186

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

Shades of Fringy Flower #BAF7BA

Tints of Fringy Flower #BAF7BA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.9%

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

R = 30.05%
G = 39.9%
B = 30.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#BAF7BA (or 0xBAF7BA) is known color: Fringy Flower. HEX triplet: BA, F7 and BA. RGB value is (186,247,186). Sum of RGB (Red+Green+Blue) = 186+247+186=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 247 (96.88% from 255 or 39.90% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF7BA is #450845. Grayscale: #DDDDDD. Windows color (decimal): -4524102 or 12253114. OLE color: 12253114.

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

Color convert

RGB 186 247 186 -
CMYK 0.25 0 0.25 0.03
HSL 120º 0.79% 0.85% -
HSV(B) 120º 0.25% 0.97% -
XYZ 62.37 80.51 58.71 -
YUV 221.81 107.79 102.46 -
System Red Green Blue C M Y K H S L
Decimal 186 247 186 0.25 0 0.25 0.03 120 0.79 0.85
Hex BA F7 BA 19 0 19 3 78 4F 55
Octal 272 367 272 31 0 31 3 170 117 125
Binary 10111010 11110111 10111010 11001 0 11001 11 1111000 1001111 1010101

Color Harmonies of #BAF7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF7BA

Black with #BAF7BA

Text Example


Text Example

White with #BAF7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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