Html Css Color HEX #BAE0BD Fringy Flower

📋 copy color: '#BAE0BD'

red 186 ◦ green 224 ◦ blue 189

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

Shades of Fringy Flower #BAE0BD

Tints of Fringy Flower #BAE0BD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.4%

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

R = 31.05%
G = 37.4%
B = 31.55%

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

#BAE0BD (or 0xBAE0BD) is known color: Fringy Flower. HEX triplet: BA, E0 and BD. RGB value is (186,224,189). Sum of RGB (Red+Green+Blue) = 186+224+189=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE0BD is #451F42. Grayscale: #D0D0D0. Windows color (decimal): -4529987 or 12443834. OLE color: 12443834.

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

Color convert

RGB 186 224 189 -
CMYK 0.17 0 0.16 0.12
HSL 124.74º 0.38% 0.8% -
HSV(B) 124.74º 0.17% 0.88% -
XYZ 56.09 67.42 58.2 -
YUV 208.65 116.91 111.85 -
System Red Green Blue C M Y K H S L
Decimal 186 224 189 0.17 0 0.16 0.12 124.74 0.38 0.8
Hex BA E0 BD 11 0 10 C 7D 26 50
Octal 272 340 275 21 0 20 14 175 46 120
Binary 10111010 11100000 10111101 10001 0 10000 1100 1111101 100110 1010000

Color Harmonies of #BAE0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE0BD

Black with #BAE0BD

Text Example


Text Example

White with #BAE0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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