#BAECC1

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

Shades of Fringy Flower #BAECC1

Tints of Fringy Flower #BAECC1

Color information

#BAECC1 (or 0xBAECC1) is unknown color: approx Fringy Flower. HEX triplet: BA, EC and C1. RGB value is (186,236,193). Sum of RGB (Red+Green+Blue) = 186+236+193=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECC1 is #45133E. Grayscale: #D8D8D8. Windows color (decimal): -4526911 or 12709050. OLE color: 12709050.

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

Color convert

RGB186236193-
CMYK0.2100.180.07
HSL128.4º56.82%82.75%-
HSV(B)128.4º21.19%92.55%-
XYZ59.8774.2861.63-
YUV216.15114.94106.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.24%
GREEN value IS 236 (92.58% from 255) = 38.37%
BLUE value IS 193 (75.78% from 255) = 31.38%
R=30.24%
G=38.37%
B=31.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862361930.2100.180.07128.456.8282.75
HexBAECC1150127803953
Octal27235430125022720071123
Binary10111010111011001100000110101010010111100000001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECC1; }

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

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

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

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

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

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

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

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