#BAEBBE

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

Shades of Fringy Flower #BAEBBE

Tints of Fringy Flower #BAEBBE

Color information

#BAEBBE (or 0xBAEBBE) is unknown color: approx Fringy Flower. HEX triplet: BA, EB and BE. RGB value is (186,235,190). Sum of RGB (Red+Green+Blue) = 186+235+190=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBBE is #451441. Grayscale: #D7D7D7. Windows color (decimal): -4527170 or 12512186. OLE color: 12512186.

HSL color Cylindrical-coordinate representation of color #BAEBBE: hue angle of 124.9º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEBBE is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB186235190-
CMYK0.2100.190.08
HSL124.9º55.06%82.55%-
HSV(B)124.9º20.85%92.16%-
XYZ59.2573.5759.79-
YUV215.22113.77107.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.44%
GREEN value IS 235 (92.19% from 255) = 38.46%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=30.44%
G=38.46%
B=31.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862351900.2100.190.08124.955.0682.55
HexBAEBBE1501387d3753
Octal272353276250231017567123
Binary10111010111010111011111010101010011100011111011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBBE; }

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

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

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

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

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

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

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

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