Html Css Color HEX #BAEABD Fringy Flower

📋 copy color: '#BAEABD'

red 186 ◦ green 234 ◦ blue 189

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

Shades of Fringy Flower #BAEABD

Tints of Fringy Flower #BAEABD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.42%

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

R = 30.54%
G = 38.42%
B = 31.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#BAEABD (or 0xBAEABD) is known color: Fringy Flower. HEX triplet: BA, EA and BD. RGB value is (186,234,189). Sum of RGB (Red+Green+Blue) = 186+234+189=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEABD is #451542. Grayscale: #D6D6D6. Windows color (decimal): -4527427 or 12446394. OLE color: 12446394.

HSL color Cylindrical-coordinate representation of color #BAEABD: hue angle of 123.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEABD is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 189 -
CMYK 0.21 0 0.19 0.08
HSL 123.75º 0.53% 0.82% -
HSV(B) 123.75º 0.21% 0.92% -
XYZ 58.86 72.96 59.12 -
YUV 214.52 113.6 107.66 -
System Red Green Blue C M Y K H S L
Decimal 186 234 189 0.21 0 0.19 0.08 123.75 0.53 0.82
Hex BA EA BD 15 0 13 8 7C 35 52
Octal 272 352 275 25 0 23 10 174 65 122
Binary 10111010 11101010 10111101 10101 0 10011 1000 1111100 110101 1010010

Color Harmonies of #BAEABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEABD

Black with #BAEABD

Text Example


Text Example

White with #BAEABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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