Html Css Color HEX #BAE1BD Fringy Flower

📋 copy color: '#BAE1BD'

red 186 ◦ green 225 ◦ blue 189

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

Shades of Fringy Flower #BAE1BD

Tints of Fringy Flower #BAE1BD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.5%

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

R = 31%
G = 37.5%
B = 31.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#BAE1BD (or 0xBAE1BD) is known color: Fringy Flower. HEX triplet: BA, E1 and BD. RGB value is (186,225,189). Sum of RGB (Red+Green+Blue) = 186+225+189=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 225 (88.28% from 255 or 37.5% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1BD is #451E42. Grayscale: #D1D1D1. Windows color (decimal): -4529731 or 12444090. OLE color: 12444090.

HSL color Cylindrical-coordinate representation of color #BAE1BD: hue angle of 124.62º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAE1BD is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 189 -
CMYK 0.17 0 0.16 0.12
HSL 124.62º 0.39% 0.81% -
HSV(B) 124.62º 0.17% 0.88% -
XYZ 56.36 67.96 58.29 -
YUV 209.24 116.58 111.43 -
System Red Green Blue C M Y K H S L
Decimal 186 225 189 0.17 0 0.16 0.12 124.62 0.39 0.81
Hex BA E1 BD 11 0 10 C 7D 27 51
Octal 272 341 275 21 0 20 14 175 47 121
Binary 10111010 11100001 10111101 10001 0 10000 1100 1111101 100111 1010001

Color Harmonies of #BAE1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE1BD

Black with #BAE1BD

Text Example


Text Example

White with #BAE1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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