#BAEEBA

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

Shades of Fringy Flower #BAEEBA

Tints of Fringy Flower #BAEEBA

Color information

#BAEEBA (or 0xBAEEBA) is unknown color: approx Fringy Flower. HEX triplet: BA, EE and BA. RGB value is (186,238,186). Sum of RGB (Red+Green+Blue) = 186+238+186=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEBA is #451145. Grayscale: #D8D8D8. Windows color (decimal): -4526406 or 12250810. OLE color: 12250810.

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

Color convert

RGB186238186-
CMYK0.2200.220.07
HSL120º60.47%83.14%-
HSV(B)120º21.85%93.33%-
XYZ59.6975.1357.81-
YUV216.52110.77106.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.49%
GREEN value IS 238 (93.36% from 255) = 39.02%
BLUE value IS 186 (73.05% from 255) = 30.49%
R=30.49%
G=39.02%
B=30.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862381860.2200.220.0712060.4783.14
HexBAEEBA160167783c53
Octal27235627226026717074123
Binary1011101011101110101110101011001011011111110001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEEBA; }

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

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

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

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

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

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

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

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