#BAE7BD

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

Shades of Fringy Flower #BAE7BD

Tints of Fringy Flower #BAE7BD

Color information

#BAE7BD (or 0xBAE7BD) is unknown color: approx Fringy Flower. HEX triplet: BA, E7 and BD. RGB value is (186,231,189). Sum of RGB (Red+Green+Blue) = 186+231+189=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 231 (90.62% from 255 or 38.12% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE7BD is #451842. Grayscale: #D4D4D4. Windows color (decimal): -4528195 or 12445626. OLE color: 12445626.

HSL color Cylindrical-coordinate representation of color #BAE7BD: hue angle of 124º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE7BD is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB186231189-
CMYK0.1900.180.09
HSL124º48.39%81.76%-
HSV(B)124º19.48%90.59%-
XYZ58.0171.2758.84-
YUV212.76114.59108.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.69%
GREEN value IS 231 (90.62% from 255) = 38.12%
BLUE value IS 189 (74.22% from 255) = 31.19%
R=30.69%
G=38.12%
B=31.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862311890.1900.180.0912448.3981.76
HexBAE7BD1301297c3052
Octal272347275230221117460122
Binary10111010111001111011110110011010010100111111001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE7BD; }

 p { color: rgb(186,231,189); }

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

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

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

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

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

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

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