Html Css Color HEX #BAEAC0 Fringy Flower

📋 copy color: '#BAEAC0'

red 186 ◦ green 234 ◦ blue 192

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

Shades of Fringy Flower #BAEAC0

Tints of Fringy Flower #BAEAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.37%

R = 30.39%
G = 38.24%
B = 31.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#BAEAC0 (or 0xBAEAC0) is known color: Fringy Flower. HEX triplet: BA, EA and C0. RGB value is (186,234,192). Sum of RGB (Red+Green+Blue) = 186+234+192=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAC0 is #45153F. Grayscale: #D6D6D6. Windows color (decimal): -4527424 or 12643002. OLE color: 12643002.

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

Color convert

RGB 186 234 192 -
CMYK 0.21 0 0.18 0.08
HSL 127.5º 0.53% 0.82% -
HSV(B) 127.5º 0.21% 0.92% -
XYZ 59.19 73.09 60.86 -
YUV 214.86 115.1 107.42 -
System Red Green Blue C M Y K H S L
Decimal 186 234 192 0.21 0 0.18 0.08 127.5 0.53 0.82
Hex BA EA C0 15 0 12 8 80 35 52
Octal 272 352 300 25 0 22 10 200 65 122
Binary 10111010 11101010 11000000 10101 0 10010 1000 10000000 110101 1010010

Color Harmonies of #BAEAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEAC0

Black with #BAEAC0

Text Example


Text Example

White with #BAEAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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