#BAEBC0

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

Shades of Fringy Flower #BAEBC0

Tints of Fringy Flower #BAEBC0

Color information

#BAEBC0 (or 0xBAEBC0) is unknown color: approx Fringy Flower. HEX triplet: BA, EB and C0. RGB value is (186,235,192). Sum of RGB (Red+Green+Blue) = 186+235+192=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBC0 is #45143F. Grayscale: #D7D7D7. Windows color (decimal): -4527168 or 12643258. OLE color: 12643258.

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

Color convert

RGB186235192-
CMYK0.2100.180.08
HSL127.35º55.06%82.55%-
HSV(B)127.35º20.85%92.16%-
XYZ59.4773.6660.95-
YUV215.45114.77107-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.34%
GREEN value IS 235 (92.19% from 255) = 38.34%
BLUE value IS 192 (75.39% from 255) = 31.32%
R=30.34%
G=38.34%
B=31.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862351920.2100.180.08127.3555.0682.55
HexBAEBC01501287f3753
Octal272353300250221017767123
Binary10111010111010111100000010101010010100011111111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBC0; }

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

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

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

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

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

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

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

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