Html Css Color HEX #BAE3BD Fringy Flower

📋 copy color: '#BAE3BD'

red 186 ◦ green 227 ◦ blue 189

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

Shades of Fringy Flower #BAE3BD

Tints of Fringy Flower #BAE3BD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.71%

 BLUE value IS 189 (74.22% from 255) = 31.4%

R = 30.9%
G = 37.71%
B = 31.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#BAE3BD (or 0xBAE3BD) is known color: Fringy Flower. HEX triplet: BA, E3 and BD. RGB value is (186,227,189). Sum of RGB (Red+Green+Blue) = 186+227+189=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE3BD is #451C42. Grayscale: #D2D2D2. Windows color (decimal): -4529219 or 12444602. OLE color: 12444602.

HSL color Cylindrical-coordinate representation of color #BAE3BD: hue angle of 124.39º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAE3BD is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 227 189 -
CMYK 0.18 0 0.17 0.11
HSL 124.39º 0.42% 0.81% -
HSV(B) 124.39º 0.18% 0.89% -
XYZ 56.9 69.05 58.47 -
YUV 210.41 115.92 110.59 -
System Red Green Blue C M Y K H S L
Decimal 186 227 189 0.18 0 0.17 0.11 124.39 0.42 0.81
Hex BA E3 BD 12 0 11 B 7C 2A 51
Octal 272 343 275 22 0 21 13 174 52 121
Binary 10111010 11100011 10111101 10010 0 10001 1011 1111100 101010 1010001

Color Harmonies of #BAE3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE3BD

Black with #BAE3BD

Text Example


Text Example

White with #BAE3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE3BD; }

 p { color: rgb(186,227,189); }

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

background-color css

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

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

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

border-color css

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

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

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