Html Css Color HEX #BAE8BF Fringy Flower

📋 copy color: '#BAE8BF'

red 186 ◦ green 232 ◦ blue 191

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

Shades of Fringy Flower #BAE8BF

Tints of Fringy Flower #BAE8BF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.1%

 BLUE value IS 191 (75% from 255) = 31.36%

R = 30.54%
G = 38.1%
B = 31.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#BAE8BF (or 0xBAE8BF) is known color: Fringy Flower. HEX triplet: BA, E8 and BF. RGB value is (186,232,191). Sum of RGB (Red+Green+Blue) = 186+232+191=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 232 (91.02% from 255 or 38.10% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8BF is #451740. Grayscale: #D5D5D5. Windows color (decimal): -4527937 or 12576954. OLE color: 12576954.

HSL color Cylindrical-coordinate representation of color #BAE8BF: hue angle of 126.52º degrees, saturation: 0.5, 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 #BAE8BF is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 232 191 -
CMYK 0.20 0 0.18 0.09
HSL 126.52º 0.5% 0.82% -
HSV(B) 126.52º 0.2% 0.91% -
XYZ 58.51 71.91 60.09 -
YUV 213.57 115.26 108.33 -
System Red Green Blue C M Y K H S L
Decimal 186 232 191 0.20 0 0.18 0.09 126.52 0.5 0.82
Hex BA E8 BF 14 0 12 9 7F 32 52
Octal 272 350 277 24 0 22 11 177 62 122
Binary 10111010 11101000 10111111 10100 0 10010 1001 1111111 110010 1010010

Color Harmonies of #BAE8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE8BF

Black with #BAE8BF

Text Example


Text Example

White with #BAE8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE8BF; }

 p { color: rgb(186,232,191); }

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

background-color css

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

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

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

border-color css

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

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

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