Html Css Color HEX #BAEEC1 Fringy Flower

📋 copy color: '#BAEEC1'

red 186 ◦ green 238 ◦ blue 193

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

Shades of Fringy Flower #BAEEC1

Tints of Fringy Flower #BAEEC1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.57%

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

R = 30.15%
G = 38.57%
B = 31.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#BAEEC1 (or 0xBAEEC1) is known color: Fringy Flower. HEX triplet: BA, EE and C1. RGB value is (186,238,193). Sum of RGB (Red+Green+Blue) = 186+238+193=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEC1 is #45113E. Grayscale: #D9D9D9. Windows color (decimal): -4526399 or 12709562. OLE color: 12709562.

HSL color Cylindrical-coordinate representation of color #BAEEC1: hue angle of 128.08º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEEC1 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 238 193 -
CMYK 0.22 0 0.19 0.07
HSL 128.08º 0.6% 0.83% -
HSV(B) 128.08º 0.22% 0.93% -
XYZ 60.45 75.44 61.83 -
YUV 217.32 114.27 105.66 -
System Red Green Blue C M Y K H S L
Decimal 186 238 193 0.22 0 0.19 0.07 128.08 0.6 0.83
Hex BA EE C1 16 0 13 7 80 3C 53
Octal 272 356 301 26 0 23 7 200 74 123
Binary 10111010 11101110 11000001 10110 0 10011 111 10000000 111100 1010011

Color Harmonies of #BAEEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEC1

Black with #BAEEC1

Text Example


Text Example

White with #BAEEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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