Html Css Color HEX #BAFDB9 Fringy Flower

📋 copy color: '#BAFDB9'

red 186 ◦ green 253 ◦ blue 185

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

Shades of Fringy Flower #BAFDB9

Tints of Fringy Flower #BAFDB9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.54%

 BLUE value IS 185 (72.66% from 255) = 29.65%

R = 29.81%
G = 40.54%
B = 29.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#BAFDB9 (or 0xBAFDB9) is known color: Fringy Flower. HEX triplet: BA, FD and B9. RGB value is (186,253,185). Sum of RGB (Red+Green+Blue) = 186+253+185=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 253 (99.22% from 255 or 40.54% from 624); Blue value is 185 (72.66% from 255 or 29.65% from 624); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDB9 is #450246. Grayscale: #E1E1E1. Windows color (decimal): -4522567 or 12189114. OLE color: 12189114.

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

Color convert

RGB 186 253 185 -
CMYK 0.26 0 0.27 0.01
HSL 119.12º 0.94% 0.86% -
HSV(B) 119.12º 0.27% 0.99% -
XYZ 64.13 84.19 58.77 -
YUV 225.22 105.3 100.03 -
System Red Green Blue C M Y K H S L
Decimal 186 253 185 0.26 0 0.27 0.01 119.12 0.94 0.86
Hex BA FD B9 1A 0 1B 1 77 5E 56
Octal 272 375 271 32 0 33 1 167 136 126
Binary 10111010 11111101 10111001 11010 0 11011 1 1110111 1011110 1010110

Color Harmonies of #BAFDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFDB9

Black with #BAFDB9

Text Example


Text Example

White with #BAFDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFDB9; }

 p { color: rgb(186,253,185); }

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

background-color css

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

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

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

border-color css

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

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

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