#BAEEBE

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

Shades of Fringy Flower #BAEEBE

Tints of Fringy Flower #BAEEBE

Color information

#BAEEBE (or 0xBAEEBE) is unknown color: approx Fringy Flower. HEX triplet: BA, EE and BE. RGB value is (186,238,190). Sum of RGB (Red+Green+Blue) = 186+238+190=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEBE is #451141. Grayscale: #D9D9D9. Windows color (decimal): -4526402 or 12512954. OLE color: 12512954.

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

Color convert

RGB186238190-
CMYK0.2200.200.07
HSL124.62º60.47%83.14%-
HSV(B)124.62º21.85%93.33%-
XYZ60.1275.3160.08-
YUV216.98112.77105.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.29%
GREEN value IS 238 (93.36% from 255) = 38.76%
BLUE value IS 190 (74.61% from 255) = 30.94%
R=30.29%
G=38.76%
B=30.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862381900.2200.200.07124.6260.4783.14
HexBAEEBE1601477d3c53
Octal27235627626024717574123
Binary1011101011101110101111101011001010011111111011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEEBE; }

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

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

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

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

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

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

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

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