#BAEFBE

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

Shades of Fringy Flower #BAEFBE

Tints of Fringy Flower #BAEFBE

Color information

#BAEFBE (or 0xBAEFBE) is unknown color: approx Fringy Flower. HEX triplet: BA, EF and BE. RGB value is (186,239,190). Sum of RGB (Red+Green+Blue) = 186+239+190=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFBE is #451041. Grayscale: #D9D9D9. Windows color (decimal): -4526146 or 12513210. OLE color: 12513210.

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

Color convert

RGB186239190-
CMYK0.2200.210.06
HSL124.53º62.35%83.33%-
HSV(B)124.53º22.18%93.73%-
XYZ60.4175.8960.18-
YUV217.57112.44105.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.24%
GREEN value IS 239 (93.75% from 255) = 38.86%
BLUE value IS 190 (74.61% from 255) = 30.89%
R=30.24%
G=38.86%
B=30.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862391900.2200.210.06124.5362.3583.33
HexBAEFBE1601567d3e53
Octal27235727626025617576123
Binary1011101011101111101111101011001010111011111011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEFBE; }

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

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

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

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

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

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

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

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