#BAEFC0

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

Shades of Fringy Flower #BAEFC0

Tints of Fringy Flower #BAEFC0

Color information

#BAEFC0 (or 0xBAEFC0) is unknown color: approx Fringy Flower. HEX triplet: BA, EF and C0. RGB value is (186,239,192). Sum of RGB (Red+Green+Blue) = 186+239+192=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFC0 is #45103F. Grayscale: #D9D9D9. Windows color (decimal): -4526144 or 12644282. OLE color: 12644282.

HSL color Cylindrical-coordinate representation of color #BAEFC0: hue angle of 126.79º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEFC0 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB186239192-
CMYK0.2200.200.06
HSL126.79º62.35%83.33%-
HSV(B)126.79º22.18%93.73%-
XYZ60.6375.9861.34-
YUV217.8113.44105.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.15%
GREEN value IS 239 (93.75% from 255) = 38.74%
BLUE value IS 192 (75.39% from 255) = 31.12%
R=30.15%
G=38.74%
B=31.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862391920.2200.200.06126.7962.3583.33
HexBAEFC01601467f3e53
Octal27235730026024617776123
Binary1011101011101111110000001011001010011011111111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEFC0; }

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

 H1.HeaderClassName
 {
   color: #BAEFC0;
 }
 .AnyTagClassName
 {
   color: #BAEFC0;
 }
</style>
background-color css

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

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

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

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

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

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