#BAF2C2

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

Shades of Fringy Flower #BAF2C2

Tints of Fringy Flower #BAF2C2

Color information

#BAF2C2 (or 0xBAF2C2) is unknown color: approx Fringy Flower. HEX triplet: BA, F2 and C2. RGB value is (186,242,194). Sum of RGB (Red+Green+Blue) = 186+242+194=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF2C2 is #450D3D. Grayscale: #DBDBDB. Windows color (decimal): -4525374 or 12776122. OLE color: 12776122.

HSL color Cylindrical-coordinate representation of color #BAF2C2: hue angle of 128.57º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF2C2 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB186242194-
CMYK0.2300.200.05
HSL128.57º68.29%83.92%-
HSV(B)128.57º23.14%94.9%-
XYZ61.7477.8462.81-
YUV219.78113.45103.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.90%
GREEN value IS 242 (94.92% from 255) = 38.91%
BLUE value IS 194 (76.17% from 255) = 31.19%
R=29.90%
G=38.91%
B=31.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862421940.2300.200.05128.5768.2983.92
HexBAF2C2170145814454
Octal272362302270245201104124
Binary101110101111001011000010101110101001011000000110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF2C2; }

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

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

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

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

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

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

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

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