#BAFFC0

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

Shades of Fringy Flower #BAFFC0

Tints of Fringy Flower #BAFFC0

Color information

#BAFFC0 (or 0xBAFFC0) is unknown color: approx Fringy Flower. HEX triplet: BA, FF and C0. RGB value is (186,255,192). Sum of RGB (Red+Green+Blue) = 186+255+192=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFC0 is #45003F. Grayscale: #E3E3E3. Windows color (decimal): -4522048 or 12648378. OLE color: 12648378.

HSL color Cylindrical-coordinate representation of color #BAFFC0: hue angle of 125.22º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFC0 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB186255192-
CMYK0.2700.250
HSL125.22º100%86.47%-
HSV(B)125.22º27.06%100%-
XYZ65.5285.7662.97-
YUV227.19108.1498.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.38%
GREEN value IS 255 (100% from 255) = 40.28%
BLUE value IS 192 (75.39% from 255) = 30.33%
R=29.38%
G=40.28%
B=30.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862551920.2700.250125.2210086.47
HexBAFFC01B01907d6456
Octal272377300330310175144126
Binary101110101111111111000000110110110010111110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFFC0; }

 p { color: rgb(186,255,192); }

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

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

 a { background-color: rgb(186,255,192); }

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

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

 span { border-color: rgb(186,255,192); }

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