#BAEBC2

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

Shades of Fringy Flower #BAEBC2

Tints of Fringy Flower #BAEBC2

Color information

#BAEBC2 (or 0xBAEBC2) is unknown color: approx Fringy Flower. HEX triplet: BA, EB and C2. RGB value is (186,235,194). Sum of RGB (Red+Green+Blue) = 186+235+194=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 194 (76.17% from 255 or 31.54% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBC2 is #45143D. Grayscale: #D7D7D7. Windows color (decimal): -4527166 or 12774330. OLE color: 12774330.

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

Color convert

RGB186235194-
CMYK0.2100.170.08
HSL129.8º55.06%82.55%-
HSV(B)129.8º20.85%92.16%-
XYZ59.773.7562.13-
YUV215.68115.77106.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.24%
GREEN value IS 235 (92.19% from 255) = 38.21%
BLUE value IS 194 (76.17% from 255) = 31.54%
R=30.24%
G=38.21%
B=31.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862351940.2100.170.08129.855.0682.55
HexBAEBC2150118823753
Octal272353302250211020267123
Binary101110101110101111000010101010100011000100000101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBC2; }

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

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

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

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

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

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

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

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