#BAEEC0

Color #BAEEC0 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #BAEEC0

Tints of Fringy Flower #BAEEC0

Color information

#BAEEC0 (or 0xBAEEC0) is unknown color: approx 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

RGB186238192-
CMYK0.2200.190.07
HSL126.92º60.47%83.14%-
HSV(B)126.92º21.85%93.33%-
XYZ60.3475.3961.24-
YUV217.21113.77105.74-

RGB Variations

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

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 (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862381920.2200.190.07126.9260.4783.14
HexBAEEC01601377f3c53
Octal27235630026023717774123
Binary1011101011101110110000001011001001111111111111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>