#BAECBE

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

Shades of Fringy Flower #BAECBE

Tints of Fringy Flower #BAECBE

Color information

#BAECBE (or 0xBAECBE) is unknown color: approx Fringy Flower. HEX triplet: BA, EC and BE. RGB value is (186,236,190). Sum of RGB (Red+Green+Blue) = 186+236+190=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECBE is #451341. Grayscale: #D7D7D7. Windows color (decimal): -4526914 or 12512442. OLE color: 12512442.

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

Color convert

RGB186236190-
CMYK0.2100.190.07
HSL124.8º56.82%82.75%-
HSV(B)124.8º21.19%92.55%-
XYZ59.5474.1559.89-
YUV215.81113.44106.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.39%
GREEN value IS 236 (92.58% from 255) = 38.56%
BLUE value IS 190 (74.61% from 255) = 31.05%
R=30.39%
G=38.56%
B=31.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862361900.2100.190.07124.856.8282.75
HexBAECBE1501377d3953
Octal27235427625023717571123
Binary1011101011101100101111101010101001111111111011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECBE; }

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

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

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

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

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

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

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

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