Html Css Color HEX #BAEAC2 Fringy Flower

📋 copy color: '#BAEAC2'

red 186 ◦ green 234 ◦ blue 194

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

Shades of Fringy Flower #BAEAC2

Tints of Fringy Flower #BAEAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.6%

R = 30.29%
G = 38.11%
B = 31.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#BAEAC2 (or 0xBAEAC2) is known color: Fringy Flower. HEX triplet: BA, EA and C2. RGB value is (186,234,194). Sum of RGB (Red+Green+Blue) = 186+234+194=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAC2 is #45153D. Grayscale: #D7D7D7. Windows color (decimal): -4527422 or 12774074. OLE color: 12774074.

HSL color Cylindrical-coordinate representation of color #BAEAC2: hue angle of 130º 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 #BAEAC2 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 194 -
CMYK 0.21 0 0.17 0.08
HSL 130º 0.53% 0.82% -
HSV(B) 130º 0.21% 0.92% -
XYZ 59.41 73.18 62.03 -
YUV 215.09 116.1 107.25 -
System Red Green Blue C M Y K H S L
Decimal 186 234 194 0.21 0 0.17 0.08 130 0.53 0.82
Hex BA EA C2 15 0 11 8 82 35 52
Octal 272 352 302 25 0 21 10 202 65 122
Binary 10111010 11101010 11000010 10101 0 10001 1000 10000010 110101 1010010

Color Harmonies of #BAEAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEAC2

Black with #BAEAC2

Text Example


Text Example

White with #BAEAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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