Html Css Color HEX #BAE2BD Fringy Flower

📋 copy color: '#BAE2BD'

red 186 ◦ green 226 ◦ blue 189

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

Shades of Fringy Flower #BAE2BD

Tints of Fringy Flower #BAE2BD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.6%

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

R = 30.95%
G = 37.6%
B = 31.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#BAE2BD (or 0xBAE2BD) is known color: Fringy Flower. HEX triplet: BA, E2 and BD. RGB value is (186,226,189). Sum of RGB (Red+Green+Blue) = 186+226+189=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE2BD is #451D42. Grayscale: #D1D1D1. Windows color (decimal): -4529475 or 12444346. OLE color: 12444346.

HSL color Cylindrical-coordinate representation of color #BAE2BD: hue angle of 124.5º degrees, saturation: 0.41, 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 #BAE2BD is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 226 189 -
CMYK 0.18 0 0.16 0.11
HSL 124.5º 0.41% 0.81% -
HSV(B) 124.5º 0.18% 0.89% -
XYZ 56.63 68.51 58.38 -
YUV 209.82 116.25 111.01 -
System Red Green Blue C M Y K H S L
Decimal 186 226 189 0.18 0 0.16 0.11 124.5 0.41 0.81
Hex BA E2 BD 12 0 10 B 7C 29 51
Octal 272 342 275 22 0 20 13 174 51 121
Binary 10111010 11100010 10111101 10010 0 10000 1011 1111100 101001 1010001

Color Harmonies of #BAE2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE2BD

Black with #BAE2BD

Text Example


Text Example

White with #BAE2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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