Html Css Color HEX #BAEEC0 Fringy Flower

📋 copy color: '#BAEEC0'

red 186 ◦ green 238 ◦ blue 192

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

Shades of Fringy Flower #BAEEC0

Tints of Fringy Flower #BAEEC0

RGB

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

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

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

R = 30.19%
G = 38.64%
B = 31.17%

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

#BAEEC0 (or 0xBAEEC0) is known color: Fringy Flower. HEX triplet: BA, EE and C0. RGB value is (186,238,192). Sum of RGB (Red+Green+Blue) = 186+238+192=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEC0 is #45113F. Grayscale: #D9D9D9. Windows color (decimal): -4526400 or 12644026. OLE color: 12644026.

HSL color Cylindrical-coordinate representation of color #BAEEC0: hue angle of 126.92º 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 #BAEEC0 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 238 192 -
CMYK 0.22 0 0.19 0.07
HSL 126.92º 0.6% 0.83% -
HSV(B) 126.92º 0.22% 0.93% -
XYZ 60.34 75.39 61.24 -
YUV 217.21 113.77 105.74 -
System Red Green Blue C M Y K H S L
Decimal 186 238 192 0.22 0 0.19 0.07 126.92 0.6 0.83
Hex BA EE C0 16 0 13 7 7F 3C 53
Octal 272 356 300 26 0 23 7 177 74 123
Binary 10111010 11101110 11000000 10110 0 10011 111 1111111 111100 1010011

Color Harmonies of #BAEEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEC0

Black with #BAEEC0

Text Example


Text Example

White with #BAEEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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