Html Css Color HEX #BAEABC Fringy Flower

📋 copy color: '#BAEABC'

red 186 ◦ green 234 ◦ blue 188

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

Shades of Fringy Flower #BAEABC

Tints of Fringy Flower #BAEABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.92%

R = 30.59%
G = 38.49%
B = 30.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#BAEABC (or 0xBAEABC) is known color: Fringy Flower. HEX triplet: BA, EA and BC. RGB value is (186,234,188). Sum of RGB (Red+Green+Blue) = 186+234+188=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEABC is #451543. Grayscale: #D6D6D6. Windows color (decimal): -4527428 or 12380858. OLE color: 12380858.

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

Color convert

RGB 186 234 188 -
CMYK 0.21 0 0.20 0.08
HSL 122.5º 0.53% 0.82% -
HSV(B) 122.5º 0.21% 0.92% -
XYZ 58.75 72.92 58.55 -
YUV 214.4 113.1 107.74 -
System Red Green Blue C M Y K H S L
Decimal 186 234 188 0.21 0 0.20 0.08 122.5 0.53 0.82
Hex BA EA BC 15 0 14 8 7B 35 52
Octal 272 352 274 25 0 24 10 173 65 122
Binary 10111010 11101010 10111100 10101 0 10100 1000 1111011 110101 1010010

Color Harmonies of #BAEABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEABC

Black with #BAEABC

Text Example


Text Example

White with #BAEABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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