Html Css Color HEX #BAEAC1 Fringy Flower

📋 copy color: '#BAEAC1'

red 186 ◦ green 234 ◦ blue 193

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

Shades of Fringy Flower #BAEAC1

Tints of Fringy Flower #BAEAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.48%

R = 30.34%
G = 38.17%
B = 31.48%

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

#BAEAC1 (or 0xBAEAC1) is known color: Fringy Flower. HEX triplet: BA, EA and C1. RGB value is (186,234,193). Sum of RGB (Red+Green+Blue) = 186+234+193=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAC1 is #45153E. Grayscale: #D7D7D7. Windows color (decimal): -4527423 or 12708538. OLE color: 12708538.

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

Color convert

RGB 186 234 193 -
CMYK 0.21 0 0.18 0.08
HSL 128.75º 0.53% 0.82% -
HSV(B) 128.75º 0.21% 0.92% -
XYZ 59.3 73.14 61.44 -
YUV 214.97 115.6 107.33 -
System Red Green Blue C M Y K H S L
Decimal 186 234 193 0.21 0 0.18 0.08 128.75 0.53 0.82
Hex BA EA C1 15 0 12 8 81 35 52
Octal 272 352 301 25 0 22 10 201 65 122
Binary 10111010 11101010 11000001 10101 0 10010 1000 10000001 110101 1010010

Color Harmonies of #BAEAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEAC1

Black with #BAEAC1

Text Example


Text Example

White with #BAEAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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