Html Css Color HEX #BAE7B9 Fringy Flower

📋 copy color: '#BAE7B9'

red 186 ◦ green 231 ◦ blue 185

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

Shades of Fringy Flower #BAE7B9

Tints of Fringy Flower #BAE7B9

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.37%

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

R = 30.9%
G = 38.37%
B = 30.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#BAE7B9 (or 0xBAE7B9) is known color: Fringy Flower. HEX triplet: BA, E7 and B9. RGB value is (186,231,185). Sum of RGB (Red+Green+Blue) = 186+231+185=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 231 (90.62% from 255 or 38.37% from 602); Blue value is 185 (72.66% from 255 or 30.73% from 602); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE7B9 is #451846. Grayscale: #D4D4D4. Windows color (decimal): -4528199 or 12183482. OLE color: 12183482.

HSL color Cylindrical-coordinate representation of color #BAE7B9: hue angle of 118.7º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE7B9 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 231 185 -
CMYK 0.19 0 0.20 0.09
HSL 118.7º 0.49% 0.82% -
HSV(B) 118.7º 0.2% 0.91% -
XYZ 57.58 71.09 56.59 -
YUV 212.3 112.59 109.24 -
System Red Green Blue C M Y K H S L
Decimal 186 231 185 0.19 0 0.20 0.09 118.7 0.49 0.82
Hex BA E7 B9 13 0 14 9 77 31 52
Octal 272 347 271 23 0 24 11 167 61 122
Binary 10111010 11100111 10111001 10011 0 10100 1001 1110111 110001 1010010

Color Harmonies of #BAE7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE7B9

Black with #BAE7B9

Text Example


Text Example

White with #BAE7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE7B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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