#BAECBD

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

Shades of Fringy Flower #BAECBD

Tints of Fringy Flower #BAECBD

Color information

#BAECBD (or 0xBAECBD) is unknown color: approx Fringy Flower. HEX triplet: BA, EC and BD. RGB value is (186,236,189). Sum of RGB (Red+Green+Blue) = 186+236+189=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECBD is #451342. Grayscale: #D7D7D7. Windows color (decimal): -4526915 or 12446906. OLE color: 12446906.

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

Color convert

RGB186236189-
CMYK0.2100.200.07
HSL123.6º56.82%82.75%-
HSV(B)123.6º21.19%92.55%-
XYZ59.4374.159.32-
YUV215.69112.94106.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.44%
GREEN value IS 236 (92.58% from 255) = 38.63%
BLUE value IS 189 (74.22% from 255) = 30.93%
R=30.44%
G=38.63%
B=30.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862361890.2100.200.07123.656.8282.75
HexBAECBD1501477c3953
Octal27235427525024717471123
Binary1011101011101100101111011010101010011111111001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECBD; }

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

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

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

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

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

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

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

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